Skip to main content

Veritran Docs

Actions

Actions are nodes that add business logic and functionalities to your app. With actions, you can:

  • call external or internal services (with the HTTP Request action);

  • assign values to variables (with Set Variable and Get Variable);

  • create conditionals or cycles (with Branch);

  • perform mathematical operations (with Functions);

  • define error codes to track them on the transaction log (with Fail or Set Response Code).

There are different actions available in Studio. See below to learn how to use them.

Important

Before assigning values for each action, read Input and Output Parameters to learn how to transfer data in a transaction.

General
Advanced
Functions