Hi Experts,
I have a scenario wherein transmit action at the end of the action steps there is a transmit step. So, I want to introduce a new sub-action before the execution of this transmit step and inside this sub-action, there will be an action which will be triggered based upon an execution rule (Execute once if the rule is true).
And I want to write down a javascript code for this execution rule which will pause the main transmit thread for a specified time and after that specified time the transmit step should get called.
So, it is possible using Javascript rule in agentry?
Note: I have already introduced a javascript code which ideally has to pause the calling process for a given time period but somehow its behaving like its not running on same thread and its directly jumping to the transmit step.
Kindly help me out.
Thanks and Regards.
Shubham Taksali