Calling all microflows in a folder

3
I would like to invoke all microflows in a folder from another microflow. If I add a new microflow it is automatically called. Is that possible? This can be a solution for an address checker. Each microflow checks on different attributes, eg. zipcode+number or surname+emailaddress.
asked
1 answers
2

No, that is not possible. The attribute checking can be done in many cases using validation rules, which can be defined in the metamodel, in which case you do not need microflows at all.

answered