This API stops a running workflow.
Input parameters
Parameter | Type | Required | Description |
|---|---|---|---|
| Number | Yes | Your account ID. |
| String | Yes | The unique identifier of the workflow run to stop. Obtained from |
Sample request
mutation { workflowAutomationStopWorkflowRun( accountId: 11933347 runId: "7ffbe082-8efa-4d3d-901a-a08bcf22bcd3" ) { runId }}Sample response
The mutation returns:
runId: The unique identifier of the stopped workflow run. Returns an emptyrunIdif the workflow is not found.