Calling a nanoflow/microflow from a JavaScript action

0
It seems like the function to call a nanoflow/microflow from JavaScript is no longer documented in Mendix 10 (it used to be in 9). Does anyone know a method to do it anyway?
asked
2 answers
1

Hi Gijs,

 

was this the documentation you were looking for?

https://apidocs.rnd.mendix.com/10/client/mx.data.html

 

 

answered
0

If you're looking for specifically the documentation of Mendix 9, you can also check that: https://apidocs.rnd.mendix.com/9/client/mx.data.html, but you will notice that it hasn't changed much regarding this topic.

 

Note that you cannot call nanoflows by their name, as they are always used as input parameter to pass along the complete nanoflow object as argument.

Calling microflows can be done by name, but use with caution, as this may be deprecated in the future.

 

Good luck!

answered