Start a workflow asynchronously

post/workflow/start

Request body

workflowNamestring required

The name of the workflow to execute

{"stackTrail":"paths:/workflow/start:post:requestBody:content:application/json:schema:properties:input","oasType":"schema","type":"unknown","description":"The payload to send to the workflow"}
workflowIdstring

(Optional) The workflowId to use. Must be unique

taskQueuestring

The name of the task queue to send the workflow to

Response

The workflow start result

workflowIdstring

The id of the started workflow

Changes