Object Type Decision in Nanoflow

0
I have a Nanoflow returning a generic entity, and some action must be taken depending on the exact type of the returned object.   Usually, I would do this with an Object Type Decision (https://docs.mendix.com/refguide/object-type-decision/). However, this type of decision is not available in Nanoflow.   Is there a way to emulate it ?   I might be able to add an enum field in my generic entity indicating the type of the object, but this would defeat the point of genericity.
asked
1 answers
1

For your Mx version, it would indeed be an idea to use an enum. However, working in 10.6 the option is available. I don't know when this was added excatly

 

image.png

answered