Flow Designer - Wait for Condition action

Edxavier Robert
Mega Sage

Hi, 

I'm building a flow designer that gets trigger from a catalog item. Once the catalog item gets created it creates a Task. The task has a question that needs to be completed by the assignment group. Now, I want to create a logic in the flow that waits for the task to be close or  for the variable completed. If the variable is completed I don't need to wait for the catalog task to continue. 

 

I tried to a Do in parallel where I have two branches. The first is waiting to the variable gets completed and the second branch for the task to be completed. Is not working becasue the wait for conditions needs to happen on both branches before move on.

 

I created a a flow variable to set it True on each of the branch, but because of the waiting is not working.

 

EdxavierRobert_0-1741487764081.png

 

 

Any suggestions? 

 

5 REPLIES 5

Hi @Ankur Bawiskar , I didn't have to create a hidden variable or business rule. What did in the flow was once the task gets closed I created an IF condition to check if the task is closed completed and the variable is empty, if it is then I will close completed the RITM and REQ. 

But if the Task is close completed and the variable is not empty then I continue my process and move back the task to pending. 

But thanks for your suggestion, I don't think is possible to evaluate two differents conditions with out closing the task.