Skip to main content

I have a simple workflow, in the first stage several people are asked to concurrently Review and Update a document.. After they are done, their manager is asked to approve the document. If the manager, rejects the document, I would like to give them the opportunity to choose a person to return the document for further modifications and resubmittal. How can i do this?

Thanks

You can customize the task form, add a person field to the form and connect it to a workflow variable. You can even go further and require a value on rejection. Then in the workflow, in the reject outcome branch you can test for a value in the variable, if there is one you can assign a task to that person.

The only issue you will have is looping somehow from this new task to their manager or whatever you need at this point.


Reply