Allow calling Microflow and Nanoflow both on clicking on Image - Mendix Forum

Allow calling Microflow and Nanoflow both on clicking on Image

0

Consider a scenario :

On click on a image, I want to perform two operation :

  1. Open an web link in new tab of browser
  2. Call some third party REST API 

 

Here, for calling a REST API, I have created a microflow which uses session data and other entities from my module. As I can not call Microflow form Nanoflow and vice versa, it will be great if user is allowed to call both microflow and nanoflow (running independently of each other) on click of some image or button.

(I can publish my microflow as REST service and call it from nanflow using Javascript action, but in that case my microflow does not get the session data.)

asked
3 answers

I don’t think it works the other way around .. meaning calling “nanoflows” from Microflows. It would be wonderful if it did.

Created

Wow ! That’s great !

Created

Well, good news! Now you can call Microflow from Nanoflow, from Mendix version 8.2 onwards. Check out the documentation: https://docs.mendix.com/releasenotes/studio-pro/8.2#820

Created