0
votes

I am using SharePoint 2013 designer to implment workflow. Requirement : parallel approval happens by 3 different groups. Scenario: I am stuck how to implement if any one rejects workflow should be rejected completely. What option should I select for outcome to achieve this logic.

Any help is appreciated.

1

1 Answers

0
votes

Way to achieve this is to set wait for particular response . and set outcome to wait for rejected. So that Workflow will automatically send mail to user who have not responded yet and also removes task items.

Hope this helps some one.