modules in appstore require after startup microflow

4
Since i'm experimenting with different new modules in the appstore, i've noticed that most of the modules require setting the after startup microflow. When you want to use the ldap, deeplink and profile module in combination, it is confusing which of the startup microflows are more important. Do I have to combine them?
asked
1 answers
10

Yes, since you can only set one microflow to run "after startup", you should create a microflow that calls all the startup microflows of the different modules. This has the added benefit that you can easily influence the order in which these microflows are called (which can be important in some cases).

answered