Jump to content

Entity Identification


martacasti
 Share

Recommended Posts

Hi guys, there is someone who knows if is possible create a server process which can identify what kind of entity is just entered in the server? i.e. I have a model where 3 entities are created by the same souce, both of them entered in input in the same server but they have to be processed in a different way so I need to distinguish them. Thank you for your help.

Link to comment
Share on other sites

Basically use a Decide to take action based on their difference. How are the entities different?


If they are different entity types (objects or instances) you can use the "IS" function (e.g., Is.PartA)


Or perhaps they have different state values? Just check that value (e.g., ModelEntity.Priority==2)

Link to comment
Share on other sites

×
×
  • Create New...