-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Hello, in the following line we are checking if the script is ran for a file(on tagging event)
Why is that check performed?
Why can't we run this script for a directory?
workflow_script/lib/Operation.php
Line 116 in 21552a2
if ($event->getObjectType() !== 'files') { |
I need to perform compression on a directory and in the current state it is not possible to trigger it for a directory.
In the logs, I see that workflowengine does run, but does nothing :/
Flow activated by event OCP\SystemTag\ISystemTagObjectMapper::assignTags
Flow handling done for event OCP\SystemTag\ISystemTagObjectMapper::assignTags