I am developing a SharePoint Workflow with which if a user submit details then it needs to go to the team leader and if the team leader approves it will go to the director and if the director approves id then the work flow stops.
Now the problem is that if the team leader or director rejects it then it needs to go back to the user or team leader respectively and they have to make necessary correction and re start the process.
i have created a sequential work flow which will work one time which will not go to the step above or the if condition above the statement.
is there any way to loop the workflow ?
or is there any way when each time when an item is changed the workflow start from step 1 itself. Regards