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