Page 1 of 1

use trigger

Posted: Wed Jul 10, 2013 6:46 am
by Joerg
Hi,

I want to use two trigger to start two actions (one after another).
So I defined two trigger with the same event and condition. The specification steps:

1. Start a shell script after a file is uploaded (first trigger, it works)
2. Delete the file (second trigger - not works)

All trigger have the same event type (Upload Succesfull) and same condition (event.physicalfolder contains part of the monitored folder).

Why doesn't start the second trigger? Have I any error in reasoning?

with regards
Joerg

Re: use trigger

Posted: Wed Jul 10, 2013 8:10 am
by Support_Rick
Joerg,

From the EDIT TRIGGER | GENERAL tab

Make sure you have the option "Stop Processing More Triggers" unchecked for the trigger that runs 1st. If the 2nd trigger is the last trigger, then you can have this trigger checked to stop processing after it runs.

Re: use trigger

Posted: Wed Jul 10, 2013 8:39 am
by Joerg
Hi Rick,
THX for pompt answer...now I know the meaning of this little check box.

Now the second trigger starts too. But this step deletes the file before the shell script of first trigger can do its job with file (special webdav upload).

Think I'll realize the steps within a little Director projekt or delete the file within the shellscript...

with regards
Joerg