A multi-step building-permit approval must move documents through scan, then human review, then citizen notify — in that order. Which optimization approach sequences those steps?
Select an answer to reveal the explanation.
Short Explanation
Permits are a relay race: scan hands the baton to review, then review hands it to notify. Workflow orchestration is the race director that keeps those stages in order. More CPU alone does not invent that sequence.
Full Explanation
Workflow orchestration coordinates multi-step business or technical processes so each stage completes in the required order with handoffs between services or human tasks. Mere horizontal or vertical scale does not encode process order. Cloud workload optimization includes selecting workflow tooling when sequenced approvals or pipelines are the requirement.