Get workflow execution status (latest run)
Returns the status of the latest run for the given workflow. To pin a specific run, use /workflow/{id}/runs/{rid}/status.
Path parameters
The id of workflow to retrieve the status
Response
The workflow status
Changes
Changed in 3 of the 20 revisions of this API.22
- ●
added the new
cancelledenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
removed the
canceledenum value from theresponse property for the response statusresponse-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●