The Run Log displays executions from the last 30 days.
The “Run Log” provides a detailed record of every execution of a selected workflow. It allows you to review past runs, verify whether each step was successful, and troubleshoot errors when they occur. By capturing both test runs and active runs, the run log ensures full visibility into workflow performance over time. This makes it an essential tool for monitoring reliability, validating changes, and maintaining a clear audit trail of automation activity.

Run Log Panel

TitleDescription
1

Filter-

Allows you to display or hide the test run logs in the run log panel.
2Active Run LogRepresents a run log entry of the selected workflow’s execution history. Displays the run number, timestamp, and the user who initiated the run.
3Test Run LogIdentifies the selected workflow’s execution that were triggered in Test Mode. These are marked with a “TEST” label for quick visibility.

Additional Information about the Execution

TitleDescription
4Execution StatusIndicates the status of selected run log. To see all statuses, navigate to this section
5Run NumberThe unique run identifier in the workflow’s execution history (e.g., Run 4).
6Execution TimestampDisplays the exact date and time when the workflow was executed.
7Executed ByThe user who initiated the workflow run, shown with their email address or the trigger that initiated the workflow run.
8RunnerIdentifies the runner(e.g., Blink Cloud) used to execute the workflow.
9Execution DurationShows the total runtime taken to complete the workflow (e.g., 15s 556ms).
10Summary of the Workflow’s Execution StatusDisplays the total number of time the workflow executed successfully vs. failed.
11The Selected WorkflowThe selected workflow, including step name, type, run duration, and execution status.
When a workflow contains a subflow, it will display information about the subflow alongside the parent workflow’s details.

Viewing Automated Workflow Outputs

View past executions in the Execution History tab. The left-hand side of the screen lists a history of executions and their status. The status can be one of the following:
StatusIconDescription
CompletedThe workflow executed successfully without any errors.
StoppedThe workflow has been stopped by the creator.
In progressThe workflow is in the process of running.
PendingA step in the workflow is waiting for approval or an external response.
FailedThe workflow failed to execute successfully.
Timed outA step in the workflow has timed out.

Settings

In the top right corner, you can click on the icon, to access the options in the dropdown menu:
  1. Edit Yaml- Make any changes to the workflow’s “YAML” format
  2. Download Yaml- download the workflow’s “YAML” as to your desktop as a .yaml file
  3. “Settings” to view and edit details of the selected Workflow
  4. Version History to access various version histories for the selected workflow.

Re-run Previous Inputs of a Workflow’s Execution

The “Rerun with published version” feature enables you to execute the current published version of a selected Workflow using the input parameter’s values from a previous execution.
Please note, the “Rerun with published version” feature is only applicable for Event-Based Workflows and On-Demand Workflows.
1

Access the Run Logs

In the Workflow Editor, navigate to the “Run Log” tab to access the selected workflow’s run logs.
2

Choose an Execution to Re-Run*

In the left-hand sidebar, select the icon of the execution you want to re-run with its input parameter values. Then click the “Rerun with published version” button.

3

Confirm Input Parameters

A pop-up window will appear, showing all the input values from the selected run. If the published version has any new input parameters, they will also be displayed and you will need to fill them in.

Viewing the Event Payload of Event-Based Automated Workflow

See the payload that triggered a certain event.
Please note that this is relevant for event-based workflows triggered by webhooks, polling and pre-defined events.
1

Access the Run Logs

In the Workflow Editor, navigate to the “Run Log” tab to access the selected workflow’s run logs.
2

View and Reuse Event Payloads

To view the event payload of an event-based workflow, click View Event next to the Trigger. An Event dialog box will open, allowing you to review or copy the event for use in creating another workflow.

Interactive Tutorial Guide:

You can also refer to the following tutorial guides for a more in-depth understanding of how to the Workflow Editor and Workflow Run Logs works