The agent ID for this flow execution
Set of completed step IDs
OptionalcurrentThe current step being executed
Ordered list of step IDs in execution order
OptionalspecialSpecial fields from action output mappings (message, reasoning, confidence)
Map of step results by step ID
Flow execution state that tracks the progress through the workflow. This is maintained by the Flow Agent Type during execution.
Note: Loop iteration tracking is now handled by BaseAgent._iterationContext. FlowExecutionState only tracks flow-specific navigation state.