Describes the flow step libraries

Description

Flow steps libraries allow you to define your Steps and then use them in your Flows. It is required to define inputs, outputs, and the script that the step will execute. Then the library will be available to be reused in different places of the app.

Category

Unlike the predefined steps, the step library category is configurable.

Category Samples

  • By business logic, a group of steps designed to work with a particular business entity/process.
  • By generic functionalities, you can make Steps with operations that you use recurrently in Flows development.

In the Flow Editor, we have the libraries divided by the configured categories

Back to top