Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Approval workflow via parallel AND branches

Avatar

Level 3
Level 3

Hi,

I'm building a workflow where the continuation of the flow requires parallel approval from two user groups.

I have created a two branch AND split, and the flow should continue down, only if both branches go through the "approve" step.

When one branch "approval" step is completed, I need to check whether the other branche's "approval" step has already been completed,

and only then advance to the next step down the flow.

Can someone please advise on how to best perform this check in API code?

Thank you!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

I believe, you don't need to anything, the flow would only go to next step when both the branch of AND Split is completed.



Arun Patidar

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi,

I believe, you don't need to anything, the flow would only go to next step when both the branch of AND Split is completed.



Arun Patidar

Avatar

Level 3
Level 3

Makes sense, I will try, I've probably been overthinking it.

Thank you

Avatar

Level 3
Level 3

Yes, you are correct.

Thank you