when any one of the catalog task is closed incomplete ,then remaining catalog tasks should get closed incomplete in flow desinger

Rajveer
Tera Expert

Hi Experts,

In flow designer, i am using "Do the following in parallel flow" activity for generating the parallel service catalog task.

But i can't do the following requirement inside the flow.

when any one of the catalog task is closed incomplete ,then remaining catalog tasks should get closed incomplete in flow designer 

Could you help me in this case

 

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

I think you just need a If statement (or build a subflow and call that) after every task that checks the state of the closing task and if incomplete, close all remaining tasks.

View solution in original post

2 REPLIES 2

Michael Fry1
Kilo Patron

I think you just need a If statement (or build a subflow and call that) after every task that checks the state of the closing task and if incomplete, close all remaining tasks.

Hi Michael,

Thanks for the solution šŸ™‚

I tried as you suggested , but i am using sub flow in every catalog task using if condition

 

Following are screen-print of sub flow.

find_real_file.png

  


find_real_file.pngError of main -flow :
find_real_file.png