Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

AEM LinksLinkedIn

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

AEM LinksLinkedIn

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