BUG: Object Type decision does not update after domain model change

0
If we create a new entity in domain-model, with previously used Generalization   Existing Object type decisions in a microflow do not update, and do not show as error in the errors window. How can we find these objecttype decisions in a simple way, without having to debug ALL microflows?
asked
1 answers
1

Cris,

  • In the domain model, select the Generalization entity (I tested with System.FileDoc)
  • Right mouse on the Entity and select Find Usages
  • In the Find Results window, use the Show dropdown on the right hand side and select Microflows
  • In the Find Results window, click the Element header to sort by Element
  • You will see all of the Sequence Flow elements grouped together.  I think this is what you are looking for

Hope that helps,

Mike

answered