Is it valid to have the following combined join and fork nodes in a UML activity diagram or is it wrong?
I searched online and in some UML books but I cannot find a clear answer or a similar example.
The idea is to have two actions (1 and 2) that need to be completed and then synchronised before the start of actions 3 and 4.
Should I just introduce a sync action between a join and a fork node to be on the safe side?