Skip to main content
My robot

Stop the robot

Stop the robot

Ends the robot's run early and cleanly, raising no error and recording no failure. Useful for finishing the automation when some condition makes the rest of the flow pointless.


Options

This action has no settings.

Returns

This action produces no data.

Rules and conditions

  • The run ends immediately at this action — nothing placed after it runs.
  • Unlike a failure, the robot is recorded as finished successfully in the run history.
  • It can go anywhere in the flow, loops and Try and catch blocks included.
  • To end the robot on an error instead, let the action fail naturally, or use Try and catch with no handling block.