Use the debug mode to step through each activity in your workflow.
Before You Begin
To control how the debugger moves through the workflow, set breakpoints in the workflow. See Setting Workflow Breakpoints.
Procedure
-
From the navigation pane, go to Developer tools.
The Developer tools page appears.
-
Click the Workflows tile.
The Workflows page appears.
-
Click the workflow.
The workflow editor opens the workflow in a new browser tab.
-
On the top right corner of the screen, click Debug.
The Input dialog box for the workflow appears.
-
Enter the input(s) for the workflow.
-
Click OK.
Tip
After stopping at a breakpoint, click CONTINUE to proceed to the next breakpoint or click NEXT to proceed to the next activity.
-
Review the activities:
-
In the activity properties pane, on the Inputs tab, click the Debug tab and review the runtime inputs for the activity.
Important
If an activity is linked to a workflow property input or variable that you change during debugging, click RETRY to update the activity with the new value.
-
In the activity properties pane, on the Outputs tab, click the Debug tab and review the outputs generated by the activity. Outputs are available if the activity executes successfully.
-
To review the runtime information, on the top right corner of the screen, click IMMEDIATE.
-
-
Optional: Update the activities:
-
In the activity properties pane, on the Inputs tab, click the Definition tab and update the runtime inputs for an activity.
-
In the activity properties pane, on the Outputs tab, click the Definition tab and update the outputs for an activity.
-
-
To exit debug mode, click Stop.