gitpod.v1.WorkflowService
CancelWorkflowExecutionAction
Cancels a running workflow execution action.
Use this method to:
- Stop long-running actions
- Cancel failed actions
- Manage resource usage
Examples
-
Cancel execution action:
Stops a running workflow execution action.
workflowExecutionActionId: "a1b2c3d4-5e6f-7890-abcd-ef1234567890"
post/gitpod.v1.WorkflowService/CancelWorkflowExecutionAction
Request body
Response
Success
GitpodV1CancelWorkflowExecutionActionResponse required