Inheritance split should have a default path - Mendix Forum

Inheritance split should have a default path

9

More than often, in a microflow you just want to cast to a specific object type or perform an action for just one type. 

Now you have to specify the paths for all the possible object types, which can be cumbersome especially when theres a lot of them.  

So instead of:

 

It should be possible to do something like this:

asked
2 answers

It’s not correct that you need to specify the path for all object types.

You only need to specify ‘empty’ and the Generalization.

Created

Everyone who is using inheritance intensively will recognize this problem. It's the same problem when you add a decision based on a enumeration. Like this idea very much!Everyone who is using inheritance intensively will recognize this problem. It's the same problem when you add a decision based on a enumeration. Like this idea very much!

Created