Skip to main content

Event

This event fires when a task reaches the end of its workflow. Use Get Task to read the task’s collected variables and step history.

Payload Example

Payload Fields

Envelope

Data Object

This event is only emitted for workflow runs that have a task. A workflow state without a task_id produces no webhook.
intake_channels is derived from the run’s first step when that step is an intake step, so it contains at most one channel. It is an empty array for workflows that do not begin with an intake step.
The payload is deliberately small. Fetch the finished task with Get Task when you need its variables, outputs, or signed documents.