Skip to main content

Get Workflow by ID

Get workflow execution by workflow ID.

Input Payload

AttributeDescription
workflowIdThe ID of the workflow whose details are to be fetched.
includeTasksIf set to true, it fetches all the task details.

API Endpoint

GET /workflow/{workflowId}

Returns nil if no workflow is found by the id.

Client SDK Methods

WorkflowStatus getWorkflowStatusSummary(String workflowId, Boolean includeOutput, Boolean includeVariables)