Package com.rpl.agentorama
Interface NodeInvoke
public interface NodeInvoke
Handle representing a specific execution instance of a node within an agent.
Node invoke handles are used to track and identify individual node executions
within an agent execution. They provide access to execution metadata and are
used for streaming, forking, and other node-specific operations.
-
Method Summary
Modifier and TypeMethodDescriptionGets the unique node invoke ID for this execution.longGets the task ID for this node execution.
-
Method Details
-
getTaskId
long getTaskId()Gets the task ID for this node execution.- Returns:
- the task ID
-
getNodeInvokeId
UUID getNodeInvokeId()Gets the unique node invoke ID for this execution.- Returns:
- the node invoke ID
-