Member Junction
    Preparing search index...

    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.

    Index

    Constructors

    Properties

    agentId: string

    The agent ID for this flow execution

    completedStepIds: Set<string> = ...

    Set of completed step IDs

    currentStepId?: string

    The current step being executed

    executionPath: string[] = []

    Ordered list of step IDs in execution order

    specialFields?: { confidence?: number; message?: string; reasoning?: string }

    Special fields from action output mappings (message, reasoning, confidence)

    stepResults: Map<string, unknown> = ...

    Map of step results by step ID