continue_run.
1. WorkflowRunOutput
The top-level run object tells you that a pause happened and where.
Convenience filters return subsets of
step_requirements:
2. StepRequirement
Each entry instep_requirements describes one paused step. The fields that are set depend on what kind of pause it is.
Resolution methods (step-level):
Status properties:
needs_confirmation, needs_user_input, needs_output_review, needs_route_selection, needs_executor_resolution, is_resolved, is_timed_out.
3. Executor Requirements
Whenrequires_executor_input is True, the step paused because the agent or team called a HITL tool. Each entry in executor_requirements is one pending tool call. These are the same RunRequirement objects an agent exposes on a standalone run.
Status properties:
needs_confirmation, needs_user_input, needs_external_execution, is_resolved.
Resolution methods (executor-level):
See Executor HITL for full resolution examples.