Data Nodes

Explain the role of data nodes in UPDL.

Data nodes carry values, mappings, references, and typed payloads that other nodes consume.

Typical Responsibilities

  • Hold structured values or parameters.

  • Bridge one part of a model to another.

  • Make data flow explicit inside larger graphs.

In a broader platform context, data nodes help express configuration, intermediate results, exported definitions, and integration payloads.

Last updated