Debug Workflows by Schema Element
As a workflow designer, you can debug individual schema elements.
- Log in to theAutomation Orchestrator Client.
- Navigate to, and select your workflow.
- Select theSchematab.
- Select the workflow element you want to debug, and click the debug button on the top-left of the element.By adding a breakpoint to aWorkflow Elementschema element, you can debug child workflows directly from the parent workflow. When the debugger reaches theWorkflow Elementschema element, it opens the schema view of the child workflow.
- Repeat for any other schema elements you want to debug.
- ClickDebug.
- Enter the requested input parameter values, and clickRun.The workflow run begins, and is suspended when the debugger reaches a schema element with a breakpoint.
- When at a breakpoint, select one of the following options:OptionDescriptionContinueResumes the workflow run until another breakpoint is reached or the workflow run finishes.Step intoStep into the current workflow function. If the debugger cannot go deeper into the current line of the function, it performs aStep overoperation.Step overThe debugger continues into the next line of the current function.Step returnThe debugger goes into the line that will perform when the current function returns.
- On theVariablestab, edit the value of your workflow variables.