Our automation task triggers are fix in time:
Including a dynamic trigger on the Notification Listener will help on triggering an automatic action depending on the occurrence (or not) of certain events as:
Including a parameter in the trigger action it will be also possible to trigger the script for a single document (a specific value of the the DocEntry ID).
Create a new action for the notification listener where we can trigger a .cs script, as an argument of the action we can include a specific DocEntry so the action is triggered not for all the documents but only for that one identified by the DocEntry number.
<action senderType="SboToPmx" objectType="17" transactionType="A" logic="Produmex.Sbo.Logex.SboNotification.Actions. RunScript, Produmex.Sbo.Logex.SboNotification.Actions">
<parameter name="RobotPath" value="c:\Program Files\Produmex\Produmex Tools\"/> <parameter name="ScriptPath" value="c:\Produmex\Script\"/>