During debug mode, you can send scripts into the workflow when the debugger reaches a breakpoint. For example, use the Script tab to send an OnStart script into an activity to test changes to the script without modifying the script in the OnStart Script tab.
Before You Begin
-
Review how to debug workflows in Debugging Workflows.
Procedure
-
In the workflow editor, click DEBUG to start stepping through the workflow activities.
-
When the debugger reaches a breakpoint, click IMMEDIATE.
The Immediate dialog box appears.
-
On the Code tab, enter your script.
-
Click EXECUTE to send the script into the workflow.
-
To exit debug mode, click STOP.