Add in the Modeler optional parameters with default value. That allow to reused same microflow when, during the development we add extra parameters. Actually, in this case, we need to create another microflow just to set the new parameters with fake values.
Implemented in 10.17
https://docs.mendix.com/releasenotes/studio-pro/10.17/#other-new-features
We now allow you to define parameters of microflows and nanoflows as optional using the Argument property. This means they can be called with an empty argument expression. Additionally, you can define the default value for when the parameters are called with an empty expression. When a parameter is added as an optional parameter, updating the parameter mappings is also optional. This means you can effectively use the optional parameters to easily add new parameters without having to update all of your calling microflows/nanoflows/pages.
This has only become more of an issue now that we also have really functional nanoflows :) and now with multi page parameters I can see this becoming an even bigger issue. Please make this easier to work with Mx R&D
4 years ago? Any chance getting this implemented soon? Would love it
What I sometimes do now, is add an annotation to document that a certain parameter is optional and just pass an empty value from the calling microflow. But your idea is much better! You have my vote.
This would reduce the amount of required Microflows by 20-30% in my case. Please implement!
Yes please! This would really help simplify things.
Great idea!
I'd love it