- Introduction and getting started
- Maestro landing page
- Process modeling
- Process implementation
- Process operations
- Process monitoring
- Process optimization
- Licensing
- Reference information

Maestro user guide
- Open the Debug configuration
panel.
- Select the Debug dropdown menu in the top toolbar and choose Debug configuration.
- Assign Solution resources in the
Solution resources tab, and map your process to the required resources:
- Under Connections, assign things like Data Fabric Workspace, EmailConnection, etc.
- Under Processes, connect to agents and RPA components (e.g., loan-validation-agent, ReadApplication bot). This ensures that when the test runs, each component is backed by a real resource.
- Provide Project arguments switch to the
Project arguments tab to input values needed by your process (like test email
addresses, case IDs, etc.). Each argument corresponds to an input variable defined in your
process.
Example: LoanPortalEmail represents the test inbox used to simulate customer intake.
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. You can edit variables when the debug instance is in a paused state.
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.
When a breakpoint is triggered in an agentic process, the process engine will pause execution, allowing you to examine the execution details. To add a breakpoint, right-click an element and select Add Breakpoint from the context menu.