An activity in a parent process template invokes a child process.
How are the parent and child process instances executed?

A.
The parent activity waits for the child process instance to complete.
B.
The parent activity continues execution once the child process instance starts.
C.
The child process instance is started once the parent process instance completes.
D.
The child process instance is started once the parent process activity completes.