Ok Here is the situation:
This is the flow of work.
A document gets put into a document library. That’s when the workflow should start by sending an email to person 1. Person 1 signs the document (By using a third party signature product), SAVES it, whereby a second emaiil is sent out alerting person 2 there is a document waiting for them to reviewand or sign. Person 2 signs it an email gets sent to person 3, etc…..All the while this document is sitting in the document library being changed by being signed and saved. My problem is, once it is saved by every person, how do I let the workflow know to send it to the nexxt person? Do I use versioning? How do I kick this off? Does anyone have any ideas?
Thanks in Advance..
Pat
To use a valid IF statement you will need to have something to compare it too in the document properties to know if it was a valid “outcome” or not. For example…
If Approver1 looks at a document, makes a change, saves it but doesn’t approve it will fire. The best way to handle that would be to have Approver1 click on something inside of SharePoint instead of just ApproveIt that tell’s SharePoint to advance. This can be as simple as a checkbox that says “Advance.” And then the workflow will pause until this is checked and then it can uncheck the value until Approver2 decides an “outcome”.