30 Nov 2023 07:09 PM
I am recording some script in browser monitor mode. These scripts cannot run at the same time, as they do not accept multiple sessions. The only way I saw to solve the case was to create a workflow that, at each step, runs the browser monitor on demand, via API, but to do this, after executing the trigger, I need to move to the next step only after execution of the script has been completed, that is, a script is executed after the previous one has been completed. It is possible? If so, would anyone have an example of how to do this in the workflow?
Solved! Go to Solution.
04 Dec 2023 01:45 PM
I solved the case by creating a javascript step that runs the browser on demand and after that, it queries the API, getting the execution status until the return is "EXECUTED".