workflows
Submit external input for a paused workflow execution
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/workflows/executions/{executionId}/steps/{stepId}/resume/external</span></div>Refer to Spaces for more information.
Resume a workflow execution that is paused and waiting for external input. Submit input values as a JSON request body, authenticated with a token query parameter. Returns an HTML confirmation page.
post/api/workflows/executions/{executionId}/steps/{stepId}/resume/external
Path parameters
executionIdstring required
Workflow execution ID
stepIdstring required
Workflow step execution ID
Query parameters
tokenstring required
The resume token authenticating this request.
Request body
{"stackTrail":"paths:/api/workflows/executions/{executionId}/steps/{stepId}/resume/external:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}
Response
An HTML confirmation page confirming that the input was received and the workflow execution was resumed.