Book a Demo

Author Topic: [BPMN] Selecting all (Control) flows on a model  (Read 7406 times)

Jef Martens

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
[BPMN] Selecting all (Control) flows on a model
« on: August 12, 2013, 10:35:13 pm »
Hi all, could you point me out if it is possible to select all relations / flows on a model and give them the same appearance?

Sometimes I've been forced to create some points to lines to curve around objects by switching to a custom line. Most of these lines have straight angles and we would like to have uniform, curved angles for all flow lines.

How can I select all lines on a model and modify their appearance in bulk?
« Last Edit: August 12, 2013, 10:35:27 pm by jef.martens »
BPM / Reference model consultant (SCOR / APQC / BIAN / TOGAF)

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: [BPMN] Selecting all (Control) flows on a mode
« Reply #1 on: August 12, 2013, 10:39:32 pm »
Hi Jef,

you can't select all connectors.

You may write an addin or script to do the job.

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: [BPMN] Selecting all (Control) flows on a mode
« Reply #2 on: August 12, 2013, 11:23:13 pm »
Connectors are still 2nd class citizens in the EA world.  :(

q.

Jef Martens

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: [BPMN] Selecting all (Control) flows on a mode
« Reply #3 on: August 13, 2013, 12:18:17 am »
Hi Helmut, Qwerty, thanks for elaboration & background. So would you suggest a script:
Select a model in a package
Get all objects on a model,
Select the set of relation types,
Iterate over all objects with said relations,
Change it to the appropriate relation type per relation.

Thank you in advance!
« Last Edit: August 13, 2013, 05:25:06 pm by jef.martens »
BPM / Reference model consultant (SCOR / APQC / BIAN / TOGAF)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: [BPMN] Selecting all (Control) flows on a mode
« Reply #4 on: August 13, 2013, 01:55:59 am »
Actually Helmut suggested that ;)
But actually these are the steps. You could also have an add-in to work on a selected package, single or multiple elements (the latter only for diagram objects IIRC).

q.

Jef Martens

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: [BPMN] Selecting all (Control) flows on a mode
« Reply #5 on: August 13, 2013, 05:26:11 pm »
Hi Qwerty, thanks for confirmation. When we're allowed to tinker on code again instead of modeling, I'll give it a shot.  ;)
BPM / Reference model consultant (SCOR / APQC / BIAN / TOGAF)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: [BPMN] Selecting all (Control) flows on a mode
« Reply #6 on: August 13, 2013, 07:33:35 pm »
You're strongly encouraged. The API is one reason why EA is such a flexible tool. (Though the API could be improved quite a bit, but that's another story.)

q.