Read microflow information from ModelShare

0
Hi Everyone,   We are looking for the way to read the local changes of Microflows in Modeler. Because users do not commit the changes yet so It isn't possible to use Mendix SDK to retrieve those info. However, with ModelShare, there is a way to share the local changes directly and we think that we can read information from ModelShare. So my questions are: How can I read the information from ModelShare? Which API I can employ to work with ModelShare?   Or if you have any other suggestions to read local changes, that will be very welcomed.   Best regards,
asked
1 answers
0

If people don’t commit their work, why do you expect them to use the model share to share their work?

 

For a team server project you can try to make a new branch on the main line to retrieve a specific version. But as always this doesn't work on local projects.

answered