Solved

Multi stage approval process with reject back one step down

  • 4 November 2017
  • 1 reply
  • 28 views

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 ?

icon

Best answer by eharris04 15 March 2019, 00:53

View original

1 reply

Badge +17

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