Skip to main content
Nintex Community Menu Bar
Answer

Multi stage approval process with reject back one step down

  • November 4, 2017
  • 1 reply
  • 45 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 ?

Best answer by eharris04

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.

 

 

1 reply

Forum|alt.badge.img+17
  • Answer
  • March 14, 2019

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.