Approval workflow via parallel AND branches | Community
Skip to main content
New Participant
March 26, 2019
Solved

Approval workflow via parallel AND branches

  • March 26, 2019
  • 3 replies
  • 1697 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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.

3 replies

lirAuthor
New Participant
March 28, 2019

Yes, you are correct.

Thank you

lirAuthor
New Participant
March 27, 2019

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

Thank you

arunpatidar
arunpatidarAccepted solution
New Participant
March 26, 2019

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