Book a Demo

Author Topic: How to edge-mount an existing (Intermediate) Event  (Read 4943 times)

Mr Stuff

  • EA User
  • **
  • Posts: 64
  • Karma: +0/-0
    • View Profile
How to edge-mount an existing (Intermediate) Event
« on: June 27, 2017, 07:32:33 pm »
I can convert actions to instances (thanks Geert for the Synchronize script and general help here) and I can concert all the control flow links to sequence flows, now I would like to be able to attach a free standing event to an activity, i.e. make it edge-mounted.

How might I do that?

Thanks,

Julian

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How to edge-mount an existing (Intermediate) Event
« Reply #1 on: June 27, 2017, 08:04:57 pm »
Well, you can't. Except you calculate it's size and place it where you want. But it's not edge-mounted. Only a few elements are edge-mounted, like ports interfaces and action pins (and maybe some more I can't recall on the fly).

q.

Mr Stuff

  • EA User
  • **
  • Posts: 64
  • Karma: +0/-0
    • View Profile
Re: How to edge-mount an existing (Intermediate) Event
« Reply #2 on: June 27, 2017, 11:51:31 pm »
Hmmm. Yeah, what I thought really, but had to ask!

Now I've looked more at Geert's Synchronize script, I think the only way to do it is to create a new ObjectNode on the target and copy stuff across...

Thanks

Julian