Skip to main content

Veritran Docs

Biblioteca de Acción

[en] Action libraries are reusable transaction flows to create complex transactions that invoke several services, therefore speeding up the transactions building process. They can be used in as many transactions as necessary.

[en] For example, you can have a transaction that validates an OTP, validates user and password, verifies products and asks for a balance detail. Each operation can be turned into an action library that can be invoked every time you need it in a different transaction.

Haga clic en la ficha Biblioteca de acciones para ver una lista de todas las bibliotecas de acciones creadas en Studio. Consulta la imagen comentada a continuación para obtener más información.

Actionlibraries_home.png

[en] From this page, you can create an action library, which redirects you to the transactions editor, and edit existing action libraries.

Atención

[en] Editing or deleting an action library that is in use might affect the transaction that is invoking it.

[en] You can choose additional actions from the three-dot icon next to an action library:

  • [en] You can delete an action library that is not being used; that is, it does not have any dependencies that may affect the transaction's functionality.

  • [en] You can verify an action library's dependencies. By doing this, you can verify if that action library is being used in one or more transactions in the environment. A modal shows the code, name and product of the transactions where the action library is being used.

  • [en] You can duplicate the action library.

[en] Read Create an Action Library to learn more about this process, or Action Libraries in the Transactions section to learn how to use your action libraries within a transaction.