Ask a question to get started
Enter to send•Shift+Enter new line
Read-only execution info/metadata for the execution of current thread/run/node.
ExecutionInfo( self, checkpoint_id: str, checkpoint_ns: str, task_id: str, thread_id: str
The checkpoint ID for the current execution.
The checkpoint namespace for the current execution.
The task ID for the current execution.
The thread ID for the current execution.
None when running without a checkpointer (i.e., no persistence).
The run ID for the current execution.
None when run_id is not provided in the RunnableConfig.
run_id
Current node execution attempt number (1-indexed).
Unix timestamp (seconds) for when the first attempt started.
Return a new execution info object with selected fields replaced.