Execute a workflow with provided config.

Beta
POST

Query parameters

environmentstringOptional

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_idstringOptional
session_idstringOptional

Request

This endpoint expects an object.
workflow_configobjectRequired
inputsmap from strings to booleans or maps from strings to any or doubles or integers or lists of any or stringsOptional
streamingbooleanOptional

Response

Successful Response

Workflows Run with Config Response Zeroobject or null
OR
Workflow Run Responseobject or null
Built with