Flows. Just flows

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