Skip to main content

Veritran Docs

Logic

From this section, you can access the different features that allow you to add logic to your app, thus allowing the end user to interact with it.

logic.gif

Processes

A process is a sequence of actions where each action performs a specific logic operation. Processes allow you to add logic to the front-end of your app. Some of the operations performed by processes include: assigning a value to a register and obtaining a value from a register, creating conditionals (if, then, else), creating iterations (while, for, for each), handling arrays, invoking transactions and calling APIs.

Function Libraries

Functions are the logic executed within the steps of a legacy process. Function libraries include those functions saved for reuse. This means that editing the configuration of a function saved as a function library will modify that function for all processes containing it.