cURL
curl --request POST \ --url http://localhost:3001/workflow/start \ --header 'Content-Type: application/json' \ --data ' { "workflowName": "<string>", "input": "<unknown>", "workflowId": "<string>", "taskQueue": "<string>" } '
{ "workflowId": "<string>" }
The name of the workflow to execute
The payload to send to the workflow
(Optional) The workflowId to use. Must be unique
The name of the task queue to send the workflow to
The workflow start result
The id of the started workflow