Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Any flow that is available in your project that is of type Function can be selected as Functions and function calls. It is a best practice to place all functions in a separate module, in order not to mix with your business domain. It is up to you if there are certain functions which can be grouped into the same module, or if a separate module per function is best.

UI Text Box
type
Warning

You should Do not create infinite loops using functions. When two applications keep calling each other without end, the server can get into trouble.

...