Instance visualization
To view more information about an instance, click it in the list of instances on the Instances tab. To facilitate the search of the instance from the list, use the filters at the top of the page.
Orchestration shows the results of the treatment represented by different colors along the graphical workflow as the following:
Green: Successfully executed task
Red: Failed task
Blinking blue: Ongoing task
Colorless: Not executed task
If the entire path is green, the workflow is executed appropriately. If any of the tasks are red, this task failed with an error.
You can click each task in the workflow to collect additional information about its execution in the Instance Viewer window. For example, you can see the reason for the failure.
For Azure Functions, Conditions, and REST API tasks, you can view the current state of all the available variables in the Conditional Output Evaluation section. You can also view the list of all evaluated conditions in the conditions subsection. Each evaluated condition contains all the variables used in this condition, the condition expression, the output name, the output selection flag, and the error details in case of an error.
For the Assignment task, you can view the assigned variables in the assignments section. You can also view the current state of all the available variables in the variables section.