Generate a flow-chart of all Microflow and Pages within the app

1
Hi everyone, hope you’re having a wonderful day wherever you are right now. My question is: Is there a tool that automatically generates a flowchart/graph, which shows how all the different microflows and pages are connected within an app? I would like to use this for documentation purposes, so a new developer can see how the app works. I can’t find anything online, because my searches always just result in tutorials for charts within Mendix, but not for an analysis tool on a meta-level.
asked
1 answers
2

How about this script that utilizes the Mendix Model SDK? I think it might get close to what you’re looking for. If you’re looking for meta-model inspection, the SDK is definitely the tool to explore.

https://github.com/simo101/sdkuservisualisation

answered