For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workflow Runs

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.

View Workflow Runs

  1. Open a workflow.

  2. Select Workflow runs.

  3. Filter by status, run type, or date range, or search by run ID.

  4. Select a run to open its execution view.

Use Live runs for real submissions and Test runs for executions started with Test Run.

Workflow Run Statuses

  • 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.

Inspect a Run

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.

Investigate a Failed Run

  1. Open the failed run.

  2. Find the failed module on the canvas.

  3. Select the module and read its error message.

  4. Review its input data and the output from upstream modules.

  5. Correct the workflow configuration or submitted data.

  6. 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?