Execute Stream
Executes a deployed Workflow and streams back its results.
Authentication
X-API-KEYstring
API Key authentication via header
Path parameters
id
Either the Workflow Deployment's ID or its unique name
Headers
X-API-Version
Request
This endpoint expects an object.
inputs
A mapping from input name to value.
trigger
The name or ID of a workflow trigger to use for this execution. If not specified, then a default manual trigger will be chosen.
release_tag
Optionally specify a release tag if you want to pin to a specific release of the Workflow Deployment
external_id
Optionally include a unique identifier for tracking purposes. Must be unique within a given Workspace.
metadata
Arbitrary JSON metadata associated with this request. Can be used to capture additional monitoring data such as user id, session id, etc. for future analysis.
previous_execution_id
The ID of a previous workflow execution to reference for context.
Response
node.execution.initiated
OR
node.execution.streaming
OR
node.execution.fulfilled
OR
node.execution.rejected
OR
node.execution.paused
OR
node.execution.resumed
OR
node.execution.log
OR
workflow.execution.initiated
OR
workflow.execution.streaming
OR
workflow.execution.rejected
OR
workflow.execution.fulfilled
OR
workflow.execution.paused
OR
workflow.execution.resumed
OR
workflow.execution.snapshotted