The ribbon in the upper left corner provides access to a variety of functions.
| Action | Description |
|---|---|
| (1) Run | Run the workflow in dry mode, that is, without a task. |
| (2) Run with task | Run the workflow with a task from the maintained environment. This option is disabled if no environment is maintained in the project settings. |
| (3) Stop | Stop the execution of the workflow. |
| (4) Error Check | Check the workflow for errors. |
| (5) Variable Management | Manage variables, arguments, imports, and map variables. |
Workflow Execution
During a workflow execution, the items inside the ribbon change to the following:
| Action | Description |
|---|---|
| (1) Pause | Pause the workflow execution. |
| (2) Stop | Stop the workflow execution. |
| (3) Error check | Error check is disabled during workflow execution. |
| (4) Variable Management | Variable management is disabled during workflow execution. |
Debug Mode
In debug mode, the ribbon changes as follows when a breakpoint is reached:
| Action | Description |
|---|---|
| (1) Continue | Continue the workflow execution. |
| (2) Step by step navigation | Click this button to navigate step-by-step through each activity within the workflow script. |
| (3) Stop | Stop the workflow execution. |
| (4) Error check | Check for errors inside the workflow. |
| (5) Variable Management | Manage variables, arguments, imports, and map variables. |