Skip to main content

Should Stop

This node checks if the flow execution should be halted. Its output is determined by whether a higher-priority Trigger or Schedule has been activated while the robot is executing the current flow. Though the running flow remains unaffected, the "Should Stop" node will return 'true' in such instances. The decision to either stop or continue the flow, post this check, is left to the discretion of the developer.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Output

  • Should Stop - A boolean variable that is set externally, to indicate whether the workflow should stop or not.

Once the specific value of this variable is set externally, this node will check the value of the variable and determine whether to stop the flow execution or not. The node will output a boolean variable indicating whether the workflow execution should be stopped or not.