Possibility to choose modules to call from a project

A project is an encapsulation of transformation logic. We deliberately hide modules from outside projects so that they don’t have a hard dependency on the internal implementation and structure of the project.

If you need to activate different workflow branches (modules) of a project:

  1. Create a start module with a parameter that defines which branch (module) to execute.
  2. Execute the necessary module (or workflow branch) based on that parameter. Note that the “Call” and “Iterate” actions allow specifying module name as a parameter.