Product: Complete FTP 9.1.3
I am integrating anti-virus scans into the FTP product and have them configured to trigger when a file is uploaded. However I want the anti virus scan to trigger last, after every other event matching the path filter has already executed.
When I was playing with the order of operations of the event (process?) triggers it didn't seem to matter much which order I placed the triggers, instead the trigger created last always seemed to execute last.
This will be an overhead to maintain if I do require the AV scan to execute last, as I would be always creating and destroying the AV scan event when I need to add a new trigger for some other action.
So questions:
1. Is there any way to make a particular event trigger execute in a particular order of precedence?
2. Is there a way to make an event trigger invoke another event trigger?