Skip to main content

Get Workflow by ID

Get workflow execution by workflow ID. If includeTasks is set, it also fetches all the task details.

Input Payload

AttributeDescription
nameThe name of the workflow whose details are to be fetched.

API Endpoint

GET /workflow/{name}

Returns nil if no workflow is found by the id.

Client SDK Methods

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