View a flow’s progress and run results on the Runs tab. You can also select each individual flow run to view additional details.
Flow Run Statistics
When you select the Runs tab, you can view the following categories of run history data: Overall, Last Week, Last Day. This data includes details about the run statuses. For more information about statuses in general, see Flow Run Statuses.
Overall
This section displays the statistics for the entire history of the flow. As you can see in the screen shot, there have been a total of 6,741 flow runs, with only one run left unfinished. An unfinished flow will have one of the following statuses:
Queued
Suspended
In progress
Last Week
This section reports the status for the past seven days of flow runs. The statistics reported here ignore unfinished flows, therefore these stats are aggregated from flows that have a terminal status, one of the following:
Finished
Failed
Exception
Canceled
Last Day
This section is very similar to the Last Week section, but it instead reports flow run status details from the past 24 hours.
Filter Flow Run Results
Filtering is needed in order to be able to search for past flow runs. You can choose from the following parameters to filter flow runs:
Status
Action Status
Task Status
Start or End Date
For example, you could filter for flow runs with a status of Exception in a custom date range:
Run Information
In this final section on the Runs tab, you can see an overview of each flow run. This includes details such as:
Flow status
Flow start and finish dates / times
Flow definition version used
Flow result message
Actions queued / completed
Task queued / completed
Example of a flow that completed successfully:
Example of a flow that failed:
The actions and tasks progress bars are color coded. You can hover over the bars to see a breakdown of the values. For example:
If you have appropriate permissions, on the far right of a flow run status, you may be able to perform the following tasks:
Cancel a flow if it is still running. Select the red Cancel icon.
Re-run a finished flow with the same trigger data. Select the blue Play icon.
Note: This flow will run as the currently published version, which is not necessarily the same as the version that ran to get the existing run status.
Run Details/Visualization
Select a flow run to open the Run Details page. This shows you the status details of the flow run, like when it started and the outcome, and code visualization to help determine where a flow run may have failed. You have to be a flow author in order to see the visualization.
Status
The status shows you details about the flow, including:
Flow run status
Flow run start date and time
Flow finish date and time
Last updated date and time
Version
Emails
Outcome
Actions
Tasks
Certain details may have links to additional data. Select the blue text to view this data.
Run Details
Select the success or exception to see the details of the run. This will show you the success of each step and any action failures. This information is only available for 30 days.
Example of run details for a flow run that failed:
To see more, such as the JSON for each action, task, or outcome, select the link next to these categories.
Visualization
Visualization of a flow can help determine where a flow run may have failed. If a step failed, you’ll see an error tag on the step.
Note: If the flow contains sensitive data, you may not have permission to see the visualization.
Select the trigger to see trigger event info and data. You won’t see any information for on-demand triggers, as there’s no event that starts the flow run.
Select a step to see the step’s input and output. For a failed step, the output displays what went wrong.
Actions
Hover over the bar to see a breakdown of actions succeeded, pending retry, failed, and queued.
Select the number of actions next to the bar for more details on each. The Actions window will open, displaying all of the actions posted during the flow’s run. This area allows you to filter and view details about each action. You can filter actions by the following statuses:
Queued
Successful
Failed
Processing
View an action’s input and output by selecting the Plus sign to the left of it. Additionally, select View Job Logs to see details on the processor that processed the action.
For example, an Action window with successful actions listed:
Tasks
Hover over the bar to see a breakdown of tasks succeeded and queued.
Select the number of tasks for more details on each. The task tab shows all of the tasks created during the flow’s run. View the following information about tasks:
Title: The title given to the step in the flow’s definition.
Description: This data is supplied in the step’s definition for the flow, similar to the title.
Status: The terminal status of the task: either Completed or Canceled.
Finished By: The email of the user who resolved or canceled the status
Created: Time stamp the task was created during the flow run
Completed: Time stamp when the task was resolved or canceled.
Select the task to see the values that created the task, the time it was resolved, and the updated data after the task completed. For more information, see Tasks.
Email
Select the value to view the emails sent during the flow run. You can see the following information:
Name: Name of the email step
Sent To: All recipient email addresses
JSON snippets that provide more context
Example of email details: