Return the result of a workflow

get/workflow/{id}/result

Path parameters

idstring required

The id of workflow to retrieve the result

Response

The workflow result

workflowIdstring

The workflow execution id

{"stackTrail":"paths:/workflow/{id}/result:get:responses:200:content:application/json:schema:properties:output","oasType":"schema","type":"unknown","description":"The result of workflow, null if workflow failed"}
status'completed' | 'failed' | 'canceled' | 'terminated' | 'timed_out' | 'continued'

The workflow execution status

errorstring nullable

Error message if workflow failed, null otherwise

Changes