Stops the specified execution from starting new workflow tasks and sets the workflow execution status to TERMINATED
. Already running tasks will be marked as CANCELED. Note that the actions taken by the canceled tasks won't be stopped, and these need to be canceled separately if desired. For example, to cancel a running transformation, use the /transformations/cancel endpoint.
Updated workflow execution
The response for a failed request.
{- "reason": "cancelled"
}
{- "id": "059edaa4-a17a-4102-910e-2c3591500cce",
- "workflowExternalId": "string",
- "version": "string",
- "status": "RUNNING",
- "engineExecutionId": "stringstringstringstringstringstring",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "endTime": 1730204346000,
- "reasonForIncompletion": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}
}