get microflow details from one app

0
I have a requirement to get the microflow details of an mendix app and to identify the microflow complexity through automation. I have an application in my local server with java action where I need to connect the mendix server app to get the microflow details to identify the complexity. Is there any mendix library is available to connect the mendix server app through java action?
asked
1 answers
0

Hi Alex,

 

You may want to make use of the mendix SDK. Have you already looked into the documentation:

https://docs.mendix.com/apidocs-mxsdk/mxsdk/

https://docs.mendix.com/apidocs-mxsdk/mxsdk/mendix-metamodel/

https://docs.mendix.com/apidocs-mxsdk/mxsdk/finding-things-in-the-model/

 

As it is possible to generate complete models through the SDK, it must also be possible to answer your question from there.

 

Good luck!

 

answered