NodeActionEvent¶
Structure Class¶
NodeActionEvent
dataclass
¶
Contains information about an action (operation) called by a node during execution.
Attributes¶
operation_name
instance-attribute
¶
operation_name: str
The name of the operation that the node called.
operation_request
class-attribute
instance-attribute
¶
operation_request: Document | None = None
The request payload sent to the downstream service.
operation_response
class-attribute
instance-attribute
¶
operation_response: Document | None = None
The response payload received from the downstream service.
request_id
instance-attribute
¶
request_id: str
The ID of the request that the node made to the operation.