Workflow instances represent individual executions of a workflow.
View all instances to monitor status, progress, and history across all
workflows in your system.
Preview: This feature is currently in Preview for select workspaces and might be subject to change before general availability.
A workflow instance is created each time a workflow is triggered.
The instance tracks the progress of the workflow through each step,
including status, timing, and any errors or conditions that occur during
execution.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
Each instance row displays the following 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.
Click an instance row in the instances list. A side panel opens
displaying additional information about the instance.
The side panel
shows:
- Workflow step information and progress
- Step status and execution details
- Step inputs and outputs
- 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.
- Review the step inputs and outputs to confirm which values were passed into the step and which values were returned.
- 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.