Execution view
Use the Execution view to see the sequence of robots and take actions.
Sequence
The view shows the order of robots from the primary robot to the currently executing sub robot and all others in the call list.
Each entry shows the robot's name.
For robots within a Call Robot step, labels appear below the robot's name indicating call steps and called robots.
Actions
Take the following actions on robots.
| Action | Description |
|---|---|
|
Open |
Double-click or use the context menu to open the robot editor in a tab. |
|
Step Into, Step Over |
From within the robot Editor, step into or step over a called robot when execution reaches the flow-point before the Call Robot step. This passes the execution privilege to the robot and allows executing it while having full editing options in the robot. Stepping over a Call Robot step in a Basic Engine Robot does not allow you to view the execution within the Execution view. If you want to edit called robots from a Basic Engine Robot, always use Step Into. |
|
Global reset
|
Immediately returns to the start of the primary robot and refreshes the execution. |
|
Global execute
|
Resumes the execution, but instead of stopping at the end of a robot, it only stops after it reaches a previously specified target flow-point. |
|
Global pause
|
Pauses execution and opens the editor for the currently executing robot, displaying the current flow-point where execution paused. |