Hi Anjan,
I am not sure how Pefroreach only will satisfy my condition, since this will process simultaneously.
In my process I have to take care both one by one and also simultaneously.
If level1 is having only 1 user then it should send only to this user (I should use Foreach) and for
level2 I have 2 users, so this case it should send work item to both(user2, user 2A) at the same time and both should approve to go to the next level3 user (user3).
level1 - user1
level2- user2
level2-user2A
level3-user3
Should I use both block types(Foreach and Pefroreach ) for my case? If yes please let me know how I can build this step.
Thank You.
Regards,
Mohan,