Return the result of a workflow (latest run)
API Reference
Return the result of a workflow (latest run)
Returns the result of the latest run for the given workflow. To pin a specific run, use /workflow/{id}/runs/{rid}/result.
GET
Return the result of a workflow (latest run)
Path Parameters
The id of workflow to retrieve the result
Response
The workflow result
- Option 1
- Option 2
Current workflow result with direct output and memo-based trace information
Workflow result response version
Available options:
2 The workflow execution id
The specific run id for this execution
The workflow execution status
Available options:
completed, failed, cancelled, terminated, timed_out, continued_as_new The original input passed to the workflow, null if unavailable
Direct workflow output, null if no output is available
Available destinations for trace data
Structured error details captured from the workflow or activity failure