Compute Node
Overview
Section titled “Overview”- Function operations – Only
functionoperations are supported - 1-to-many – Functions can return arrays to expand or filter rows
- Stateful context – Context persists across entries within a function operation
- Lookup data – Access lookup payloads for enrichment
Configuration
Section titled “Configuration”{ "custom": { "execution": { "operations": [ { "type": "transformation", "action": "function", "params": { "function": "({ row }) => row.quantity > 0 ? [row] : []" } } ] } }}