Architecture
Pins
Connection points that define how data flows between nodes:
Pure Node
Pure nodes are computational units that perform side-effect-free operations in Xentom workflows. They transform input data into output data without interacting with external systems, modifying state, or triggering other nodes. Pure nodes are automatically evaluated when their outputs are needed by other nodes.
Execution Pin
Execution pins control workflow flow in trigger and callable nodes. They determine when and which nodes execute next, enabling conditional logic, loops, and branching patterns.