Skip to main content

Resume Workflow

Resume the execution of a workflow that is paused. If the workflow is not paused, this method has no effect.

Input Payload

AttributeDescription
workflowIdThe unique identifier of the paused workflow to be resumed.

API Endpoint

PUT /workflow/{workflowId}/resume  

Client SDK Methods

BulkResponse resumeWorkflow(List<String> workflowIds) throws ApiException