Skip to main content

Execute a Workflow

Run a workflow and review its results.

Where to run workflows

In the workflows UI:

  • /workflows-task/<workflow-id>

Run drawer walkthrough (current UI)

In the workflow builder, select Run workflow to open the run drawer:

  1. Fill in the workflow’s input parameters
  2. Optionally attach one or more files
  3. Start the run

After submitting:

  • The run is created asynchronously and will show as RUNNING until it completes.
  • Results are available in history/run details.

See: Input parameters

Real-time progress (SSE)

The current workflows UI does not stream step-by-step progress via Server-Sent Events (SSE). Status updates are reflected when the run list/details are refreshed.

Continue to Assistant Chat

If a workflow is linked to an assistant (or you select one when prompted), you can continue a run into an assistant chat via Continue to Assistant Chat.

See: Assistant integration

Next steps