export microflows into java code

0
hi team , is it poosible to export our microflows into java code ? for example - i have my show message microflow in which i print 'Hello world' . is it possible to convert or export this microflow into proper java code ?? Please explain in brief how i can integrate and use my ecllipse and mendix together  .   Thanks in advance !!! 
asked
1 answers
0

Technically it is possible to write every microflow in java. The Runtime api is also used by the microflow engine. However, I don't know of a conversion tool for that purpose, but if you really want, you can create such a tool with the Model SDK. It will bring you no advantages, unlike all Mendix Consultants are used to work with microflows.

 

Maybe you can explain what you try to achieve?

answered