📄️ counter
Make a catalog node based on the CounterNodeCode.
📄️ log_debug
Make a catalog node based on the LogNodeCode that sets the log level to debug. To
📄️ log_error
Make a catalog node based on the LogNodeCode that sets the log level to error. To
📄️ log_info
Make a catalog node based on the LogNodeCode that sets the log level to info. To
📄️ log_notice
Make a catalog node based on the LogNodeCode that sets the log level to error. To
📄️ log_warning
Make a catalog node based on the LogNodeCode that sets the log level to warning. To
📄️ start
A Start CatalogNode using the StartNodeCode
📄️ stop
A Stop CatalogNode using the StopNodeCode
📄️ throw_exception
A Throw Exception CatalogNode using the ThrowExceptionNodeCode
📄️ is_greater_than_equal_zero
Is Greater Than or Equal to Zero
📄️ is_greater_than_zero
Compare if a context value is greater than zero.
📄️ is_less_than_equal_zero
Compare if a context value is less than zero.
📄️ is_less_than_zero
Compare if a context value is less than zero.
📄️ is_not_zero
Compare if a context value is zero.
📄️ is_zero
Compare if a context value is zero.
📄️ json_encode
Convert an array to a JSON string.
📄️ json_encode
Convert an array to a JSON string.