calculation
A simple math node that can run arithmetic operations on data stored
A simple math node that can run arithmetic operations on data stored
Test if a value in the context passes a test with an operator. To see the list of
Make a catalog node based on the CounterNodeCode.
Create a counter that ticks every pass through the node. The default context
Get Data using an HTTP request and store the results in a context variable.
Is Greater Than or Equal to Zero
Compare if a context value is greater than zero.
Compare if a context value is less than zero.
Compare if a context value is less than zero.
Compare if a context value is zero.
Compare if a context value is zero.
Decode a JSON string into an array. The default get context path is _results and the
Convert an array to a JSON string.
Convert an array to a JSON string.
Encode an array and store the resulting JSON string. The default get context path is _results and the
Make a catalog node based on the LogNodeCode that sets the log level to debug. To
Make a catalog node based on the LogNodeCode that sets the log level to error. To
Make a catalog node based on the LogNodeCode that sets the log level to info. To
Make a catalog node based on the LogNodeCode that sets the log level to error. To
Make a catalog node based on the LogNodeCode that sets the log level to warning. To
Create a random number between 0 and 1
Read the contents of a file into the context. The default maximum size is 1024^2 or 1048576 bytes.
Set the value of a context key to a configured value. To set a deep reference the parent object|array must exist.
Set the value of a context key to a configured value. To set a deep reference the parent object|array must exist.
A Start CatalogNode using the StartNodeCode
Start the process by returning the OK status.
A Stop CatalogNode using the StopNodeCode
Stop the process by returning the stop status.
A Throw Exception CatalogNode using the ThrowExceptionNodeCode
If an error is received then convert the error into an exception. The message