I have to model the following scenario in a UML Activity Diagram: there is an Activity, that must performed in parallel on two different data values.
In particular, in my case, I have a Player chooses actions Activity that must be performed in parallel by Player 1 and Player 2. At the moment I am representing that parameter value (i.e. the player name) in brackets after the label of the Call Activity Action, but I don't think it is the correct UML way to represent it.
How can I do it?