Join and Merge in activity diagram
What is the difference between Join and Merge in Unified Modeling Language Activity Diagram. Give an example to understand more clearly. Join Node (see reference 1 ): Join node is a control node that has multiple incoming edges and one outgoing edge and is used to synchronize incoming concurrent flows . Join nodes are introduced to support parallelism in activities . Merge Node (see reference 2 ): Merge node is a control node that brings together multiple incoming alternate flows to accept single outgoing flow. There is no joining of tokens. Merge should not be used to synchronize concurrent