Author Topic: Drill-down into composite diagram not working - EA 16.1, BPMN 2.0  (Read 2735 times)

Ian Mitchell

  • EA User
  • **
  • Posts: 506
  • Karma: +22/-4
  • The eaDocX and Model Expert guy
    • View Profile
Somehow I seem to have lost the ability to double-click on any element which has a composite structure diagram, and open the child diagram.
As a test, I tried the BPMN 2.0, 'Sub-Process' example from EAExample.qea from EA 16.1, and even that doesn't work. So it must be a something in my local setup of EA.
Also just noticed that I also can't double-click on hyperlinks (where a diagram has a hyperlink to another diagram).

Does anyone know if there is a switch/setting/preference which I have messed-up which has disabled this ?
Ian Mitchell, Designer, eaDocX


www.eaDocX.com
www.theartfulmodeller.com

Ian Mitchell

  • EA User
  • **
  • Posts: 506
  • Karma: +22/-4
  • The eaDocX and Model Expert guy
    • View Profile
Re: Drill-down into composite diagram not working - EA 16.1, BPMN 2.0
« Reply #1 on: January 02, 2023, 10:29:46 pm »
Update on this - taking the same content via copy/paste into v15.1 and everything works fine - so it's just something stupid I've done in V16.
Any ideas?
Ian Mitchell, Designer, eaDocX


www.eaDocX.com
www.theartfulmodeller.com

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1374
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Drill-down into composite diagram not working - EA 16.1, BPMN 2.0
« Reply #2 on: January 03, 2023, 01:34:03 am »
Hi Ian,

Isn't it related with the following instead of EA 16 ?
When you create a BPMN activity, you can change the "activityType" tagged value from Task to Sub-Process which leads to render the task node with a +, yet this is not a composite element (set with the right click > new child diagram ..)
In BPMN a sub process task and a composite element task are both rendered the same way i.e. with the "+"
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


Ian Mitchell

  • EA User
  • **
  • Posts: 506
  • Karma: +22/-4
  • The eaDocX and Model Expert guy
    • View Profile
Re: Drill-down into composite diagram not working - EA 16.1, BPMN 2.0
« Reply #3 on: January 03, 2023, 08:28:34 pm »
Hi Guillaume - Happy New Year to you.
I don't think it's related - I moved the package, with all diagrams and composites - to EA 15.1, and everything worked ok. Even diagram hyperlinks are not working. Very strange.
Ian Mitchell, Designer, eaDocX


www.eaDocX.com
www.theartfulmodeller.com

Takeshi K

  • EA User
  • **
  • Posts: 593
  • Karma: +39/-1
    • View Profile
Re: Drill-down into composite diagram not working - EA 16.1, BPMN 2.0
« Reply #4 on: January 05, 2023, 12:11:30 pm »
Hi Guillaume,

I think current behaviour of EA is not correct. The + mark should be related to the activityType in the BPMN specification.

The specification does not consider implementation of tools, so I think it is okay to show the mark if an Activity is composite. But if do so, the activityType value should be 'Sub-Process'. In this point, EA does not match the specification since EA shows the mark but activityType is still 'Task'.

--
t-kouno

Ian Mitchell

  • EA User
  • **
  • Posts: 506
  • Karma: +22/-4
  • The eaDocX and Model Expert guy
    • View Profile
Re: Drill-down into composite diagram not working - EA 16.1, BPMN 2.0
« Reply #5 on: January 10, 2023, 01:44:27 am »
OK - this is a bit embarassing....
Finally traced the issue to one of my own addins, which when responding to the EA_OnContextItemDoubleClicked event had a default response of 'true', which says to EA 'I have handelled the event - you don't need to', rather than FALSE, which means 'EA - please deal with this double-click'.
Boy, do I feel stupid.
Ian Mitchell, Designer, eaDocX


www.eaDocX.com
www.theartfulmodeller.com

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Drill-down into composite diagram not working - EA 16.1, BPMN 2.0
« Reply #6 on: January 10, 2023, 01:54:08 am »
OK - this is a bit embarassing....
Finally traced the issue to one of my own addins, which when responding to the EA_OnContextItemDoubleClicked event had a default response of 'true', which says to EA 'I have handelled the event - you don't need to', rather than FALSE, which means 'EA - please deal with this double-click'.
Boy, do I feel stupid.
I'm glad it's not an EA problem.
Thanks for the update

Geert

wivel

  • EA User
  • **
  • Posts: 243
  • Karma: +12/-1
  • Driven by Models
    • View Profile
Re: Drill-down into composite diagram not working - EA 16.1, BPMN 2.0
« Reply #7 on: January 10, 2023, 05:43:41 am »
OK - this is a bit embarassing....
Finally traced the issue to one of my own addins, which when responding to the EA_OnContextItemDoubleClicked event had a default response of 'true', which says to EA 'I have handelled the event - you don't need to', rather than FALSE, which means 'EA - please deal with this double-click'.
Boy, do I feel stupid.
Thanks for the information. Was worried that it was yet another EA 16.x issue.

Henrik