Quiz 16 Question 19 of 20

A platform team is automating a software release pipeline: (1) run unit tests for 8 independent microservices, (2) build container images for each passing service, (3) generate a combined release manifest once ALL images are built, and (4) deploy the manifest to staging. Steps 1-2 are independent per service but step 3 has a hard join dependency on all 8 step-2 outputs. Which orchestration pattern BEST reflects this dependency structure?

Select an answer to reveal the explanation.

Motivation