cURL
curl --request POST \ --url https://flowra.dev/api/v1/workflow/manager/executions/thread/{threadId}/resume \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "resumeValue": {}, "input": {} } '
Continue a paused workflow run (e.g. after a step that waits for user input or approval). Send the thread ID and any required input to resume.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Show child attributes
Workflow execution resumed successfully
Was this page helpful?