resubmit the workflow


Badge +5

Hi Nintex,

 

In my workflow they are 5 approval levels are there, in case anyone approver reject the content it stopped the workflow, after rejecting
again we have to give access to initiator to resubmit the rejected content again workflow has to start automatically not manually.

 

Can you pls suggest how we can achieve this.

 

Thanks,

Jagadeeswar Reddy.


2 replies

Badge +11

Create a state machine. One of the states will be for the initiator. Depending if the approvals are done separately or all at one time will determine if there are 5 more states or 1. If any of the approvals are rejected, change the state to Initiator and it will go back to the Initiator state branch. Put the logic in there to check that it is rejected and do what needs to be done.

Userlevel 5
Badge +12

This is how I usually do it. happy.png

Reply