Execute a workflow.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
workflow_id
Query Parameters
environment
Specifies the execution environment for the workflow. The available environments include:
- `production`: The production environment, where workflows are executed under live conditions.
- `staging`: A staging environment used for testing prior to production deployment.
- `development`: A development environment used for testing new changes.
- `console`: The console environment, runs latest changes on a workflow.
revision_id
session_id
Request
This endpoint expects an object.
streaming
inputs
Response
WorkflowRunStarted
OR
WorkflowRunCompleted
OR
WorkflowRunFailed
OR
BlockRunStarted
OR
BlockRunCompleted
OR
BlockRunFailed
OR
BlockStateUpdated