Get workflow execution status

get/workflow/{id}/status

Path parameters

idstring required

The id of workflow to retrieve the status

Response

The workflow status

workflowIdstring

The id of workflow

status'canceled' | 'completed' | 'continued_as_new' | 'failed' | 'running' | 'terminated' | 'timed_out' | 'unspecified'

The workflow execution status

startedAtnumber

An epoch timestamp representing when the workflow started

completedAtnumber

An epoch timestamp representing when the workflow ended

Changes