martacasti Posted January 9, 2015 Share Posted January 9, 2015 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 More sharing options...
dsturrock Posted January 9, 2015 Share Posted January 9, 2015 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 More sharing options...
martacasti Posted January 11, 2015 Author Share Posted January 11, 2015 The first solution was the best. Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts