Returns the result of the latest run for the given workflow. To pin a specific run, use /workflow/{id}/runs/{rid}/result.
The id of workflow to retrieve the result
The workflow result
The workflow execution id
The specific run id for this execution
The original input passed to the workflow, null if unavailable
The result of workflow, null if workflow failed
An object with information about the trace generated by the execution
The workflow execution status
completed, failed, canceled, terminated, timed_out, continued Error message if workflow failed, null otherwise