Resume Workflow
Resume the execution of a workflow that is paused. If the workflow is not paused, this method has no effect.
Input Payload
Attribute | Description |
---|---|
workflowId | The unique identifier of the paused workflow to be resumed. |
API Endpoint
PUT /workflow/{workflowId}/resume
Client SDK Methods
- Java
- Go
- Python
- C#
- JavaScript
- Typescript
- Clojure
BulkResponse resumeWorkflow(List<String> workflowIds) throws ApiException
func (e *WorkflowExecutor) Resume(workflowId string) error
WorkflowResourceApi.resume_workflow1(self, workflow_id, **kwargs)
void WorkflowResourceApi.ResumeWorkflow(string workflowId)
WorkflowExecutor.resume(
workflowId: string,
): CancelablePromise<any>
WorkflowExecutor.resume(
workflowId: string,
): CancelablePromise<any>
(workflow-resource/resume-workflow [options workflow-id])