WorkflowExecution
WorkflowExecutionFields
The workflow this execution belongs to. Null if the workflow has been deleted.
The event type that triggered this execution (e.g., thread.thread_created).
Human-readable error message when executionStatus is FAILED.
When the execution began processing (null while QUEUED).
When the execution reached a terminal state (SUCCESS, FAILED, or CANCELLED).
Total wall-clock time in milliseconds from startedAt to completedAt.
The type of entity this execution was triggered for.
The ID of the entity this execution was triggered for.
The actor that manually triggered this execution, if it was manually triggered.
The step executions for this workflow execution.

