Skip to main content

Veritran Docs

[en] Actions

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

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

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

  • [en] create conditionals or cycles (with Branch);

  • [en] perform mathematical operations (with Functions);

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

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

Importante

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

[en] General
[en] Advanced
[en] Functions