Book a Demo

Author Topic: Impact Analysis with BPMN models - is it possible?  (Read 13535 times)

Benno Dielmann

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-1
    • View Profile
Impact Analysis with BPMN models - is it possible?
« on: February 28, 2012, 12:17:25 am »
Hello,

I'm currently evaluating EA for use as a BPMN modeling tool in our organization. For that it is a requirement to be able to do impact analyses such as "if we change this message definition - which model elements are affected?".

The modeling tool should be able to list all sending tasks holding a reference to the said message.

Is this possible with Enterprise Architect?

I tried defining a Model Search for TagValue with Property "messageRef" and Value "<Search Term>". This doesn't provide any results if I use the message's name as search term. It seems I would have to use the unique identifier of the message element (looks something like {2F8CBC84-C9BA-4437-816D-9D698016AB83}), but this is no feasible way to perform such an analysis since I had to transcribe the identifier from the Package Browser to get it into the search field...

Is there any easier way to perform searches for tagged values' contents?
All models are wrong. Some are useful. - George E. P. Box

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Impact Analysis with BPMN models - is it possi
« Reply #1 on: February 28, 2012, 12:33:41 am »
Benno,

Try the EA Navigator.
It will list all tagged values referencing a certain element.
From their you can navigate further to the owners of the tagged values, etc...


See http://geertbellekens.wordpress.com/ea-navigator/ for more information

Geert

Benno Dielmann

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-1
    • View Profile
Re: Impact Analysis with BPMN models - is it possi
« Reply #2 on: February 28, 2012, 02:30:14 am »
Thanks a lot for the hint, Geert! The Navigator was already on my list of things to try. Will do that now! :-)
All models are wrong. Some are useful. - George E. P. Box

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Re: Impact Analysis with BPMN models - is it possi
« Reply #3 on: March 30, 2012, 07:47:54 pm »
You will also want to look at the t_xref table and the t_objectproperties table when constructing your SQL for the model search - it will be possible to construct a query that can take the name of a message and return the results you require.

Regards,

Jon.

Benno Dielmann

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-1
    • View Profile
Re: Impact Analysis with BPMN models - is it possi
« Reply #4 on: March 31, 2012, 12:32:16 am »
EA Navigator does already a great job for me, so thanks Geert for providing it!

Thanks for the hint about the db tables, Jon. Good to know...

Best wishes,

Benno
All models are wrong. Some are useful. - George E. P. Box