Parallel processing: Detach/Remove join node with one incoming edge

0 votes
asked Jun 4, 2015 in Wanted features by marob (160 points)

In parallel processing the join node should combine at least two incoming edges. In the case below there is only one icomming edge and therefore it would be great to remove the join node (endfork) for example with a detach command (like the way with branch structures where the diamond disappears).

@startuml
 :start;

 fork
   :foo1;
   :foo2;
 fork again
   :foo3;
   stop
 endfork

 :foo4;
 stop
@enduml

 

 

Thank you!

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...