maestro
latest
false
- Introduction to Maestro
- Process modeling
- Process implementation
- Process operations
- Process monitoring
- Process optimization
- Business Rules
- How To
- References
Debugging

PREVIEW
Maestro user guide
Last updated Mar 28, 2025
Debugging
To debug your agentic process, select the Test option from the top-left toolbar. You can also use the Test step-by-step option to debug your project one element at a time.
After selecting a test option, the execution starts, and new panels are opened for you to test and debug the functionality
of the process.
Note: A User Task step creates a task and waits for it to complete. To continue debugging, complete the task in Action Center.
In debug mode, you can interact with the agentic process elements and examine their details.
The Output tab shows the overall execution status.
The Execution trail tab shows you detailed information (Details) and variable values (Variables) for each step in the execution. Select the expand button to see additional variable details.
The Action history tab shows you the comments logged from any manual interactions during the execution.
The Global Variables tab shows you the values of the variables for the entire process.
You can also set breakpoints on elements to see how they are executed.
When a breakpoint is triggered in an agentic process, the process engine will pause execution, allowing you to examine the execution details.
Select the Continue button from the top ribbon to run the entire workflow (or next breakpoint), or choose Next step to advance to the next step in your automation. If you want to end the debugging process and return to your agentic process,
select Stop.