Workflow Runs
Monitor workflow executions and inspect module inputs, outputs, and errors.
Last updated
Was this helpful?
Monitor workflow executions and inspect module inputs, outputs, and errors.
A workflow run records one execution of a workflow. Runs let you confirm what happened after a form submission, API request, or test.
Open a workflow.
Select Workflow runs.
Filter by status, run type, or date range, or search by run ID.
Select a run to open its execution view.
Use Live runs for real submissions and Test runs for executions started with Test Run.
Queued: The run has been accepted and is waiting to start.
Running: One or more modules are being processed.
Waiting: Execution is temporarily waiting before it can continue.
Completed: All modules on the selected path completed successfully.
Failed: A module encountered an error that stopped its dependent path.
Cancelled: The run was stopped before completion.
The canvas highlights the path taken by the selected run. Select an executed module to review:
module execution status
input data received by the module
output data produced by the module
error details, when applicable
The submitted form values appear with the run and in the Form module's data. The run also records the workflow version used for that submission.
Modules can appear as skipped or blocked when their condition branch was not selected or a required upstream module failed. Independent branches can continue even when another branch fails.
Open the failed run.
Find the failed module on the canvas.
Select the module and read its error message.
Review its input data and the output from upstream modules.
Correct the workflow configuration or submitted data.
Save and test the updated draft.
When contacting support, include the workflow name, workflow version, run ID, failed module, and complete error message.
Last updated
Was this helpful?
Was this helpful?