A container that is used to pass values to variables.
In
Starting point of the flow. Only one is allowed.
Out
The ending point of the flow. There can be one or more OUTs.
Logic
Iterator
Loop block. Iterates over the entire array.
Switch
Branch block. Accepts a condition and returns a boolean value. Unlimited number of ways. Execute the first “true”.
If
Logic branching block. Accepts a condition and returns a boolean value.
Transform
Function Call
A call block for a built-in or user-created function.
External Data
Connector
Get data from any external systems and services using REST or SOAP connectors. Possible to add cookies and headers if required.
DB Connector
Get data from external databases. Support PostgreSQL or MS SQL databases. Each node executes a selected query.
Exceptions
Exception Handler
Process an alternative flow to handle exceptional situations. Added along with the OUT node where the result is passed.
Raise Exception
Raises the specific exception. Flow can contain more than one Raise Exception node.
Business rules nodes
Assets
Dictionary
Structured ordered data storage. It is used both in scorecards and independently in flows.
Decision table
Model views with complex logic. Establishes a relationship between conditions and actions.
Scorecard
A graphical representation of a mathematical formula that is used to predict the future behavior of a customer or prospect based on what is known about them.
PMML
A way to describe predictive models generated by data mining and machine learning algorithms.
Flow
Sub Flow
An entry point to an additional flow. Returns the result of an additional flow.