This namespace contains 22 node(s).
Available Nodes
- Add - Adds two numbers
- Conditional Error Processor - Throws only if shouldFail is true
- Constant - Outputs a constant value
- Error Node - Always throws an error
- Float Input - Source node that emits a float
- Format Text - Formats text by replacing {{ text }} in a template
- Full Streaming Node - Both streaming input and output
- Int Accumulator - Accumulates integer inputs and tracks execution count
- Int Input - Source node that emits an integer
- List Sum Processor - Sums an array of numbers
- Multi Trigger Controller - Emits N RunEvents via control handle
- Multiply - Multiplies two numbers
- Passthrough - Passes input value through unchanged
- Silent Node - Runs but emits no output
- Simple Controller - Emits one RunEvent via control handle
- Slow Node - Delays for a given number of milliseconds
- Stop Event Controller - Emits a StopEvent via control handle
- Streaming Counter - Streams integers from 0 to count-1
- Streaming Input Processor - Streaming input node – called once with empty inputs
- String Concat - Concatenates strings
- String Input - Source node that emits a string
- Threshold Processor - Checks if a value exceeds a threshold