Workflow instance option
If you need to perform troubleshooting on a specific job - such as visually analyze the workflow, investigate errors and exceptions, review execution variables - you can open the Workflow instance page.
To open the Workflow instance page, click the โฎ icon on the right side of the job row and select Workflow instance from the menu.

The Workflow instance page will be displayed and will show key information about the execution of a workflow, including its current status, any errors, and the variables defined. It also allows you to take actions based on the job status.
At the top of the page, the header identifies the job and summarizes its execution status.

Trigger indicates the trigger type.
Status shows the current job status.
Referenced by displays the contract name associated with the workflow execution.
Perform action provides a dropโdown menu with actions that can be performed on the job, depending on its current status. ๐ When a job is in error, the Resume, Abort and Resubmit, Resubmit and Change queue options can be selected.
The central area of the page displays a graphical representation of the workflow execution.

The Errors panel on the right side summarizes execution errors detected during the job run. This is useful for identifying the component or operation that caused the error. For each error, the panel displays the Execution ID, the Timestamp, the summary of the exception and a link to View exception for full error details.

The Variables panel lists the variables set in the workflow.

Last updated