Link To/Link From process design elements
379
Views
2
Comments
New
Backend

In the Processes design, add two new elements similar to the Link Events elements of the BPMN notation:

  • Link To
  • Link From


The goal is to facilitate the design and make complex process diagrams more understandable.


Link To

  • Should have only incoming connectors (can have many), no outgoing
  • Should have a mandatory property indicating the Link From element to where it connects (can have only one Link From element specified here)


Link From

  • Should have only outgoing connectors (can have many), no incoming
  • Should have a mandatory property indicating the Link To elements from where it connects (can have many Link To elements specified here)


A pair Link To/Link From would replace a direct connector between two elements in the process, avoiding overlaps and making the overall process diagram more understandable, especially when we have complex processes with lots of activities and connections.


For example, a process with a design like this, where there are many connectors to the CompleteDetails human activity:

Could be transformed into something like this:

I like the idea, but the Linked from Icon arrow should be pointed to the other side I believe.

Daniel I agree with you. The arrow of linked from must be changed


Regards

Changed the category to
Backend