A company requires all requests to be viewed by a member of the Executive Leadership
and a member of its Legal Department. These reviews must be executed independently of
each other. Once these reviews are completed, an email is sent out to all relevant process
stakeholders informing them of the outcome of the reviews. Review the following business
process definition. How should a BPM application developer model the remainder of the
subprocess, “Conduct Request Reviews?”
A.
 Draw a sequence flow line from Reviews Start to an Exclusive Gateway. From the 
Exclusive Gateway, draw two sequence flow lines to Conduct Executive Review and to 
Conduct Legal Review. From each review activity, draw a sequence flow to Reviews End.
B.
 Draw a sequence flow line from Reviews Start to a Parallel Gateway. From the Parallel 
Gateway, draw two sequence flow lines to Conduct Executive Review and to Conduct Legal 
Review. From each review activity, draw a sequence flow line to Reviews End.
C.
 Draw a sequence flow line from Reviews Start to Conduct Executive Review. From 
Conduct Executive Review, draw a sequence flow line to Conduct Legal Review. From 
Conduct Legal Review, draw a sequence flow line to Reviews End.
D.
 Draw two sequence flow lines from Reviews Start to Conduct Executive Review and 
Conduct Legal Review. From each review activity, draw a sequence flow to Reviews End.
Explanation: