Describes advantages of using the flow step libraries

Why should we use Step Libraries?

    Reusability

    The Step Library is written once, and can be used in any Flow of your app.

    Custom business logic

    Some business logic is too complex to be resolved using the standard steps. This tool gives you the power of inserting custom JS code to resolve all kinds of situations.

    New working dynamics between citizen developers and traditional developers

    If an entity used in a Step Library is updated, the Step Library will necessarily need to be manually updated to the modified entity.

Back to top