LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
    • Overview
    • Graphs
    • Functional API
    • Pregel
    • Checkpointing
    • Storage
    • Caching
    • Types
    • Runtime
    • Config
    • Errors
    • Constants
    • Channels
    • Agents
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    OverviewGraphsFunctional APIPregelCheckpointingStorageCachingTypesRuntimeConfigErrorsConstantsChannelsAgents
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    PythonlanggraphruntimeExecutionInfo
    Class●Since v1.1

    ExecutionInfo

    Read-only execution info/metadata for the execution of current thread/run/node.

    Copy
    ExecutionInfo()

    Bases

    NamedTuple

    Attributes

    attribute
    node_attempt: int

    Current node execution attempt number (1-indexed).

    attribute
    node_first_attempt_time: float | None

    Unix timestamp (seconds) for when the first attempt started.

    Methods

    method
    patch

    Return a new execution info object with selected fields replaced.

    View source on GitHub