I have an action that runs a remote command and depends on 3 triggers.
I want to delay the action for 5 minutes, if during this period trigger becomes false (OK), don't run the remote command, but if trigger remains true (PROBLEM), run the remote command.
I don't want to affect the rest of actions by modifying Server configuration file, parameter SenderFrequency.
Also I wouldn't like to affect other actions that depend on the same triggers by modifying triggers' expressions.
Escalations will retard the execution of the command, but if during the delay period if trigger becomes false (OK), will the action be executed? or just aborted?. If it's aborted then it will work for what I want.
How can I do this?.
I want to delay the action for 5 minutes, if during this period trigger becomes false (OK), don't run the remote command, but if trigger remains true (PROBLEM), run the remote command.
I don't want to affect the rest of actions by modifying Server configuration file, parameter SenderFrequency.
Also I wouldn't like to affect other actions that depend on the same triggers by modifying triggers' expressions.
Escalations will retard the execution of the command, but if during the delay period if trigger becomes false (OK), will the action be executed? or just aborted?. If it's aborted then it will work for what I want.
How can I do this?.
Comment