API ReferenceExecutionsCancel a running executionCancel a running execution POST /executions/:id/cancel Cancel a workflow execution that is still pending or running. Already-terminal executions cannot be cancelled. Request Responses200400404Execution cancelledExecution is not in a cancellable stateExecution not found