Which two statements are true regarding request set stages? (Choose two)
A.
Stages inarequestsetcanbe run in parallel.
B.
Stages can complete with two statuses,Complete or Error.
C.
Stage status is treated as Error if at least one request completes withError.
D.
Stages are executed by the concurrent manager on the basis of how they are linked, and not
bythe sequence number assigned to them.
Explanation:
C:The Standard function sets the stage status to Success if all of the requests in a
stage complete with a status of Success. If one or more requests complete with a status of Error,
then the status of the stage is Error. For a stage’s status to be Warning, one or more of the
requests must have a status of Warning and no request may have a status of Error.
Reference: Defining Request Sets