- Introduction and getting started
- Maestro landing page
- Process modeling
- Process implementation
- Process operations
- Instance management view
- Variables and element filtering
- Process monitoring
- Process optimization
- Licensing
- Reference information

Maestro user guide
The process overview homepage provides an operational summary of all processes instances, and includes an active instances dashboard, a table of all incidents, and a table of all processes.
When you select a specific process from the Processes table, a table of all instances for that process appears. Additionally, you can view a diagram representing the process model by selecting a single version in the table.
- Top processes by instances
See which processes are executed most frequently. This view helps identify high-volume workflows that may need optimization or additional monitoring.
- Displays total execution count per process.
- Links let you navigate directly to that process’s detailed history
Example:
Loan.Origination.and.Review
with 151 instances is the most active process in this workspace. - Top processes by duration
Identify processes with the longest aggregate execution times. This can uncover bottlenecks or long-running flows needing review.
-
Aggregates total runtime across all instances.
-
Useful for performance monitoring and optimization.
The same
Loan.Origination.and.Review
process has over 201 days of combined runtime.
-
- Process instance status (bar graph)
A visual chart showing how many instances completed, faulted, or were cancelled over time.
- Completed (green)
- Faulted (red)
- Cancelled (gray)
Use this to spot trends across days or pinpoint anomalies.
A spike in faults and completions on April 22 might indicate a recent deployment or an upstream system failure.
- Process table (with filters)
This table provides a detailed breakdown by process name, including:
Column Description Running Currently active process instances Completed Total completed successfully Faulted Total that failed due to error Total Combined count of all executions Versions Number of published process versions Location Orchestrator Folder where the process is deployed Tip: You can search, filter by location, or refresh this table in real-time. - Drilling into instance details
To view detailed information about individual process runs:
- Select the process name link (e.g.,
Loan.Origination.and.Review
) in the list or charts. This opens the Instance Details View. - Use filters to view instances by:
- Status: Running, Completed, Faulted, Cancelled
- Date/time range
- Version number
- Custom value filters
- Specific elements
This detailed view helps you debug, audit, and optimize with full transparency.
- Select the process name link (e.g.,
When you select a single instance from the All instances view, a diagram showing the execution status of each step appears. This diagram is accompanied by the instance execution trail and pertinent variable and action history data. The single instance view allows you to see the entire execution trail, action history, step details, and global variables in one centralized location.
The instance execution trail clearly delineates each step in the instance process’s execution, including hierarchical steps such as agents and subprocesses. To further investigate, you can select a specific node on the diagram or a step in the Execution trail. The selected component will be highlighted in blue, revealing details such as step ID, label, input/output variables, execution duration, and links to additional tasks, such as opening a job or app task.
Lastly, the Action history tab displays details for instance management actions that have been taken,including details about the action performed, the individual responsible, and any comments provided. This exhaustive information ensures complete transparency and traceability of each step in the instance execution.
- a folder permission for jobs view, or you can use the predefined Automation User folder role.
- a tenant permission for packages view, or you can use the predefined Allow to be Automation User tenant role.
You can also manage the instance, including pause, resume, retry, cancel, move, and migrate. When you perform one of these actions, there is a comment section where you can log additional details. These comments are then shown in the action history section.
Pause
Performing the pause action on an instance pauses the execution after all currently running steps have completed.
Resume
Performing resume on an instance will resume the execution.
Retry
Migrate
Cancel
Move
Executing the Move action on an instance enables you to alter the sequence by relocating the execution to a different process element. This is typically applied to faulted or paused instances when a prior step requires re-execution or when you want to bypass the current steps and proceed to later ones.