Veritran Docs

Processes

In the Veritran platform, a process is a sequence of steps where each step performs a specific operation.

Some of these operations are:

  • Assigning a value to a register.

  • Creating conditionals (if, else, then).

  • Creating iterations (while, for, for each).

  • Performing mathematical operations.

  • Array handling.

  • Performing string operations.

  • Calling APIs.

  • Invoking transactions.

Types of Processes

There are currently two types of processes available in Veritran Studio:

  • Legacy processes: These processes are built using the form method. See Legacy Processes.

  • Lambda processes: These processes are built in the Lambda Editor, using a visual programming language (VPL). See Lambdas.

To access the list of processes (Lambdas and Legacy) for your app, go to Global > My Apps, find the card for the app you want to work with and click Processes.

processes_home.PNG

Important

While legacy processes are still available to create and edit in Studio, new projects should use the Lambdas feature to create processes.