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
¶
The request payload sent to the downstream service.
operation_response
class-attribute
instance-attribute
¶
The response payload received from the downstream service.