Visualise microflow call structure - Mendix Forum

Visualise microflow call structure

14

In every project we have microflows calling sub-microflows. In larger projects, following the paths of microflows becomes increasingly cumbersome. 

For these cases it would be helpful to visualise the structure of microflows calling each other. 

I am envisioning a tree-like structure where you can find / search main microflows. These microflows branch out to called sub-microflows recursively.

asked
2 answers

Sounds like an extension of the model reflection app. Great option, then also expand to pages and events

Created

Very good idea, this is something I have been missing since forever (and have submitted in the past as well).

If you need an example of what this should look like, select any method in Eclipse and press Ctrl+Alt+h .

Created