Skip to main content

I am trying to put a nintex workflow for a multi level approval with reject back one level. Ex a task goes for an approval to group A , if anyone from A approved the task moves to group B and so on. But if group B rejects them the task should fall back to person who approved from group A , if group C rejects then task should fail back to person who approved in group B. Can someone help me on this please ?

In the workflow use the state machine and set next state actions.



 



If approved, in first state (go to state 2), if rejected (exit). 



If approved in state 2 (go to state 3), if rejected (go back to state 1)



If approved in state 3 (exit), if rejected, go back to state 2)



 



Should be fairly straightforward logic here.



 





 


Reply