Flow Runs and logs
The Runs section in ZBrain Flows provides a consolidated view of the detailed execution history of your Flows, enabling you to monitor status, time taken for your Flow to complete the execution, troubleshoot failures, and rerun specific executions as needed. This view consolidates all past runs in a structured table, making it easy to track operational status across workflows.
Accessing Flow Runs details
Navigate to the Flows tab from the top menu.
Select Runs from the left-hand sidebar.
The interface will display a list of recent executions for all flows in your workspace.

If you want to see the flow execution details for a particular Flow, select the particular Flow from the Flows tab and click Logs from the left panel.

Runs table overview
The Runs table contains the following key columns:
Flow β Name of the executed Flow.
Status β Execution result, shown with a visual indicator:
Succeeded β Flow completed successfully.
Failed β Flow encountered an error during execution.
Paused β Flow execution was paused manually or by a system trigger.
Started β Date and time when execution began.
Finished β Date and time when execution ended.
Execution Time β Total time taken to complete the run.
You can use the Filter by Status option to view only Succeeded, Failed, or Paused runs.
Retrying a Flow Run
ZBrain Builder provides flexible retry options to help you recover from failed or incomplete executions without needing to restart the entire workflow manually. Retry actions are available from the (β―
) on the corresponding row in the table. Click (β―
) and select from the below available options -
Retry on latest version β Executes the flow again with the most recently published version, ensuring all updates and fixes are applied.
Retry from failed step (for failed runs) β Restarts the flow from the point of failure, preserving prior completed steps to save time and resources.

Best practices
Regularly filter and review Failed runs to ensure critical workflows are not blocked.
Use Retry from Failed Step when debugging to avoid unnecessary reprocessing of completed steps.
Monitor Execution Time trends to spot anomalies or performance degradation.
Connections
Last updated