Properties
Properties
nodeId
isCancelled
GraphOutputStream.abort(). Custom nodes can check this to exit early.Execution context provided to custom nodes during processing. Provides access to execution information, configuration, data store, and component interfaces. Key Features: - Access to execution configuration and metadata - Data store for sharing state across nodes - Component registry access for LLM and embedder interfaces - Cancellation status checking
GraphOutputStream.abort(). Custom nodes can check this to exit early.