Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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.

View solution in original post

0 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.

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