{
"id": "<string>",
"run_id": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"execution_time": "2023-11-07T05:31:56Z",
"close_time": "2023-11-07T05:31:56Z",
"status": "RUNNING",
"workflow_type": "<string>",
"task_queue": "<string>",
"history_length": 123,
"parent_wf_exec_id": "<string>",
"events": [
{
"source_event_id": 123,
"schedule_time": "2023-11-07T05:31:56Z",
"start_time": "2023-11-07T05:31:56Z",
"close_time": "2023-11-07T05:31:56Z",
"curr_event_type": "WORKFLOW_EXECUTION_STARTED",
"status": "SCHEDULED",
"action_name": "<string>",
"action_ref": "<string>",
"action_input": "<any>",
"action_result": "<any>",
"action_error": {
"message": "<string>",
"cause": {}
},
"child_wf_exec_id": "<string>",
"child_wf_count": 0,
"loop_index": 123
}
],
"interaction_states": {}
}
Get a workflow execution.
{
"id": "<string>",
"run_id": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"execution_time": "2023-11-07T05:31:56Z",
"close_time": "2023-11-07T05:31:56Z",
"status": "RUNNING",
"workflow_type": "<string>",
"task_queue": "<string>",
"history_length": 123,
"parent_wf_exec_id": "<string>",
"events": [
{
"source_event_id": 123,
"schedule_time": "2023-11-07T05:31:56Z",
"start_time": "2023-11-07T05:31:56Z",
"close_time": "2023-11-07T05:31:56Z",
"curr_event_type": "WORKFLOW_EXECUTION_STARTED",
"status": "SCHEDULED",
"action_name": "<string>",
"action_ref": "<string>",
"action_input": "<any>",
"action_result": "<any>",
"action_error": {
"message": "<string>",
"cause": {}
},
"child_wf_exec_id": "<string>",
"child_wf_count": 0,
"loop_index": 123
}
],
"interaction_states": {}
}
Successful Response
The response is of type object
.
Was this page helpful?