error in microflow calling

0
trying to call microflow from javacode but always showing microflow could not find, but I already created a microflow with that name. Kindly help me.        
asked
1 answers
1

Hi Arpita,

You need to put the microflow name along with the module name.

“<ModuleName>.<MicroflowName>”

You can refer to the following documentation

https://apidocs.rnd.mendix.com/8/runtime/com/mendix/core/Core.html

 

answered