Workflow instances represent individual executions of a workflow. View all instances to monitor status, progress, and history across all workflows in your system.
The Instances tab on the Workflow page displays all workflow instances recorded in your system, including those with and without assignments. This view is read-only and provides a comprehensive history of all workflow executions across all workflow types.
Explore instance information
- Review the Instance ID column. This is a unique identifier for the workflow instance.
- Check the Status column. This shows the current status of the instance.
- Locate the Workflow Name column. This displays the name of the workflow that created this instance.
- Identify the Initiator column. This shows the user or service that initiated the workflow.
- Note the Initiated column. This displays the date and time when the instance was created.
View instance details
Access detailed information about a specific workflow instance.
- Workflow step information and progress
- Step status and execution details
- Timing information (start, end, wait times)
- Any errors or conditions encountered during execution
Filter instances
Narrow down the instances displayed using available filters. You can filter by status, workflow name, initiator, and other criteria to find the instances you need to review.
Debug workflow issues
Troubleshoot workflow problems using the instance detail view.
- Locate the failed instance in the instances list using filters or search.
- Click the instance ID to open the detail view.
- Review the step progress to identify which step failed.
- Click the failed step to view detailed error information, including error codes, messages, and stack traces.
- Check the step configuration and parameters to verify they are correct.
- Review retry and timeout settings to determine if the step should be retried.
- If necessary, contact your system administrator with the instance ID and error details.