Hi,
I have a business scenario with multiple approvals. If any 1 of approvers disapproves, the workflow sould assigned to previous step before approval step.
ex : Process[creator]--
>Validates[exp]
--
>Approve[expert,specialist,Manager]
->Stop[complete].
in the above workflow process if any one of the approvers disapproves, he has to send task back to creator.
We have tried with approval step with following options:
Assigne type : users
Assign users : expert,specialist,Manager
Execution type : All sequential random
I am not able to get the desired functionality. could anyone explian how to achieve this.
Thanks in advance,
Vickey