To access the context menu in the Workflow pane, right-click on an activity element.
The following actions are available in the context menu:
Action | Description |
---|---|
Open | Navigates to the scope or activity details. |
Cut | Cuts the activity. |
Copy | Copies the activity. |
Paste | Pastes the activity. |
Delete | Deletes the activity. |
Annotations | Adds, edits or deletes annotations. |
Breakpoint | Inserts or remove breakpoints. Breakpoints can be used to pause the process when it reaches a specific activity. |
Copy as Image | Copies the activity and its scope as an image. |
Save as Image | Saves the activity and its scope as an image. |
Create Variable | Opens the variable tab to create a new variable. |
Expand all | Expands all activities inside the scope. |
Collapse all | Collapses all activities inside the scope. |
Wrap with Try-Catch | Wraps the activity with a try-catch scope. |
Comment out | Comments out the activity. |
Uncomment | Uncomments the activity. |
Remove redundant sequences | Removes redundant sequences. |
Extract workflow | Extracts the current workflow as a local workflow or a Microbot. |
Edit Activity Arguments | Opens the dialog box to edit the activities arguments. |
Align | See Aligning the Activities in the Workflow for more information. |
Set as Start Node | Connects the activity as the first activity within the process flow. |