Skip to content

Workflow Run

Workflow runs represent executions of automated workflows.

Get workflow run status
client.WorkflowRun.Status(ctx, runID) (*WorkflowRunStatusResponse, error)
GET/v1/workflowRun/{runId}/status
ModelsExpand Collapse
type WorkflowRunStatusResponse struct{…}
Status string

Current status of the workflow run (e.g. running, completed, failed).