I have a system that starts a undecided number of similar processes (P) at different times, before terminating its activity. Some of these processes will overlap and some will end before others.
How do I indicate an undecided number of processes in an activity diagram like this:
O
____________|_____________
| |
(P) (P)
| |
_____|_____________|______
|
O
O: start/end,
(P): process,
__: and-split/join
Here are only two processes, but I need lots of them and without writing them all out explicitly.