What is the best way to provide a microflow with an input.

0
 I am trying to write a recursive microflow and hence need to be able to pass an integer as an input everytime the microflow is called.    For example in Java one would have  int Fibonacci( int num) as a function. How can I replicate similar functionality in Mendix?  Thanks
asked
3 answers
3

This is what a Fibonacci microflow looks like:

answered
0

As Rom stated, an integer input parameter is the probably what you need.

You can read up on microflow functionality in the Mendix reference guide:

https://docs.mendix.com/refguide/starting-microflows

answered
0

If you mean if you can do overloading in Mendix; no you can't.

answered