microflow call from Java action is not working

0
Hi, We have a Java action that takes microflow name and object as input parameter and calls the paramater microflow which opens a Form. This was working in Mendix 4.5.0 version. Recently we upgraded the project to 5.12.0 version and this Java action is not working. When we run the project there are no errors also but Page is no opening. Can anyone please help?
asked
1 answers
0

Did you have Eclipse installed and did you take a look at the Java code? Most of the time Eclipse already gives you a clue what is wrong. If you see nothing wrong publish the Java code so we can help if we can.

Regards,

Ronald

[EDIT] Check out the community commons module. There you have some examples on how to execute microflows from Java. It could be that you are missing some parameters.

answered