Show Form action in Microflow called from Java action

3
I have an object with an association to a Microflows object from the MxModelReflection module. I want to run the microflow which the Microflows object refers to and for this I use a Java action from the Community Commons module: executeMicroflowAsUser. So far, this works. However, if my microflow contains a Show Form action (or a Show Message action), nothing happens. This leads to two questions: 1) Is there a solution for this problem? 2) Can this problem be solved, e.g. if I modify the Java action executeMicroflowAsUser
asked
1 answers
3

It is currently not possible to pass the current useraction into the Core.executeMicroflow api. The useraction object contains the necessary structure to send client actions. You could file a feature request to add this option to the api.

answered