Skip to main content

Skip Task from Workflow Execution

Skips a given task execution from a currently running workflow.

Input Payload

AttributeDescription
workflowIdThe unique identifier of the running workflow that contains the task to be skipped.
taskReferenceNameThe reference name of the task to be skipped.

API Endpoint

PUT /workflow/{workflowId}/skiptask/{taskReferenceName}

When skipped, the task's input and outputs are updated from skipTaskRequest parameter.

Client SDK Methods

void skipTaskFromWorkflow(String workflowId, String taskReferenceName)