How to convert Microflow to Java code via Mendix SDK?

1
I want to extract mendix flow into java code.  Is there any way to extract the java code from mendix microflows?.
asked
1 answers
1

No. However, as you mentioned in the question title, there is the Mendix SDK that you can use to programmatically extract how the microflow is built. You would need to write your own compiler to convert this back to Java.

Sorry I can’t be of more help.

answered