Skip to main content

Workflow Run Logs

To view the workflows's Run Logs, select the Run Logs tab, and then choose the specific Automated Workflow's Run Log you wish to view. Next to each Automated Workflow, it will indicate whether it is a "Test Run Log" or an "Active Run Log" as well as the time selected Automated Workflow was executed.

Run Log's Settings

In the top right corner, you can click on the three dots button Thumbnail, a dialogue box will open offering three options: Edit Yaml where you can make any changes to the "YAML" format, "Settings" to view and edit details of the selected workflow, and Version History to access various version histories for the selected workflow.

Thumbnail

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 values from a previous execution.

note

Please note, that the "Rerun with published version" feature is only applicable for On-Demand Workflows.

  1. Navigate to the "Run Log" tab to access the Selected Workflow's Run Logs.

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

Thumbnail
  1. 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.
Thumbnail
  1. In the left-hand sidebar, you can find the re-run execution details, including the user who executed the workflow and time of execution, as well as the version from which the re-run was executed.
Thumbnail

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
CompletedThumbnailThe Automation has run successfully.
StoppedThumbnailThe Automation has been stopped by the creator.
In progressThumbnailThe Automation is running.
PendingThumbnailA Step is pending human approval.
FailedThumbnailThe Automation failed to execute successfully.
Timed outThumbnailA Step has timed out as no approval was granted.
  1. Click on any execution and the details of that specific execution are displayed. On the top of the page, a status bar shows relevant information pertaining to the execution. Beneath it you can see input parameters entered by the user, and details of each Step.

  2. At the bottom of the page, click on an output parameter to see details about a specific output that was returned to the user.

Viewing the Event Payload of Event-Based Automated Workflow

See the payload that triggered a certain event.

note

Please note that this is relevant for workflows triggered by webhooks and pre-defined events.

  1. Navigate to see past executions in the Execution History tab and select an execution.

  2. View the event payload of an event-based Automation by clicking View Event next to the Trigger. An Event dialog box opens. You can copy the event to create another Automation.

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