Script for export to java

0
Can anyone please tell me the script for exporting mendix microflow into java code?
asked
2 answers
1

Right now you cannot export microlfows logic directly to java code, Mendix will hide the default functionalities like for activities which are used in Microflows. You need to achieve this by using SDK, something like that.

Refer Mendix SDK : https://docs.mendix.com/apidocs-mxsdk/mxsdk/

answered
-1

Do you mean you need to call a Mendix Microflow from Java? If you do, I wrote a short article on how to do this that may help you.

https://medium.com/mendix/the-new-way-to-call-mendix-microflows-from-java-actions-46152923dbbc

answered