...
The behaviour of the process is to attach to the execution the first transition that lead leads to the start node.
Then, either we have a sequence flow and the execution crosses the transitions in sequence, either we have a parallel flow and then the execution is suspended on the fork and dhildren children executions are created for each branch (see transitions 2 and 5).
...