Type Definition oxide_api::types::NodeName

source · []
pub type NodeName = String;
Expand description

Unique name for a saga [Node]

Each node requires a string name that’s unique within its DAG. The name is used to identify its output. Nodes that depend on a given node (either directly or indirectly) can access the node’s output using its name.