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