Continue Workflow Run
Continue a paused workflow run with resolved requirements.
Use Cases:
- Resume after step-level HITL (confirmation, user input, router selection)
- Resume after executor-level HITL (agent/team tool confirmation within a step)
Requirements Parameter: JSON string containing the resolved step requirements.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
JSON string of step requirement objects with resolution status
Session ID for the paused run
User identifier for tracking and personalization
Enable streaming responses via Server-Sent Events (SSE)
JSON object with factory-specific parameters for dynamic workflow reconstruction
Response
A non-streaming run response or a server-sent event stream. Streaming execution failures are delivered as events after the stream starts.
Unique identifier for the workflow run
Input provided to the workflow
Events generated during the workflow
Workflow ID that was executed
User ID associated with the run
Output content from the workflow
Type of content returned
Status of the workflow run
Results from each workflow step
Executor runs for each step
HITL step requirements (resolved state for historical display)
Kind of HITL pause: 'step' or 'executor'
Name of the step that caused the pause
Index of the step that caused the pause
Performance and usage metrics
Run creation timestamp
Reasoning content if reasoning was enabled
List of reasoning steps
References cited in the workflow
Citations from the model (e.g., from Gemini grounding/search)
Reasoning process messages
Images included in the workflow
Videos included in the workflow
Audio files included in the workflow
Files included in the workflow
Audio response if generated