Can we send a contract to Legal and Finance at the same time and proceed only after both approve?
Yes. Create two approval actions in parallel after submission.
Configure both as “Everyone Must Approve.”
How does the system know both are completed?
Add a condition that checks both approval responses equal Approved.
Only when both are true should the workflow update the contract status to Approved.
And if one rejects?
Route to a rejection branch immediately and notify the requester.
That’s exactly what we need. Parallel control with unified completion logic.