Hello Adobe Community,I have a diagram of an approval process that
consists of multiple proofs being sent. I am also required to wait for a
response after each one of them. It looks something like this:PROOF1 ->
wait for response -> trigger PROOF 2 -> wait for response -> trigger
PROOF3 -> wait for response -> trigger PROOF 4 FINAL -> wait for
response -> trigger DELIVERY. Right now I have put a workflow Approval
with yes/No branches that prompts me to trigger the next proof after one
of them is...