Book a Demo

Author Topic: Control links between elements  (Read 3579 times)

skelesp

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Control links between elements
« on: August 07, 2013, 10:57:24 pm »
In the BPMN 2.0 MDG technology, EA checks whether it is allowed to link elements with a certain connector. For example: when you try to link 2 Activity-elements in the same pool with a Message Flow connector, EA pops up a warning that this action isn't allowed.

I'm wondering where in EA/MDG xml/scripts I can find this logic and error message.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Control links between elements
« Reply #1 on: August 07, 2013, 11:32:33 pm »
Look into Project/Model Validation/Configure and uncheck all. If the message vanishes afterwards it was one of the UML constraints being checked by EA. IIRC the BPMN MDG does not have any code being installed.

q.

[edit] That does not remove the message. So: good question still. Where does the message come from?
« Last Edit: August 07, 2013, 11:39:17 pm by qwerty »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Control links between elements
« Reply #2 on: August 07, 2013, 11:49:05 pm »
I made some further test. I copied the BPMN MDG and gave it another internal ID. This time the message does not occur. So the answer is clear: it is hard coded in EA.

Usually such message is done with an extra add-in. But Sparx have put those already inside EA.  :(

q.

skelesp

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Re: Control links between elements
« Reply #3 on: August 07, 2013, 11:52:16 pm »
Yeah, that's what I was afraid for...

Thanks for figuring this out!