Language Reference
Last updated
Last updated
To discover all the built-in functions that Rulecube offers, the best way is to click on the icon and then on "Documentation" in Rulecube itself. This will open the Rulecube Manual.
There are several different namespaces the Rulecube language domain is divided into:
: general methods with uppercase names, available without prepending a namespace.
: a collection of financial functions.
: a collection of functions to make calls to APIs and websites.
: a collection of e-mail functions.
: a collection of MongoDB functions, like "find" and "aggregate".
: a collection of SQL functions, like "execute" and "executeStoredProcedure".
: a collection of statistical functions, like "mean", "median", and "slope".
: workflow helper library to support easy workflow definitions.
: system actions. For advanced users only.
: extension methods to JavaScript's Array object.
: extension methods to JavaScript's Date object.