Hi,
I have created a script to approve users from group. At-least 3 users should approve the request. This script is working fine.
{workflow:name=Reviews}
{state:In Progress|submit=Review}
{state:Review|approved=Approved|rejected=In Progress}
{approval:Technical Review|assignable=true|group=reviewers|minimum=3}
{state}
{state:Approved}{workflow}
Now, I want to modify, if any one of the group is reject the workflow then it should move to previous status. Currently, it is allowing to move back only if all users from group reject the status. I want this on single rejection from group
Regards,
Sid