Hi I would like to design a workflow in SharePoint2010.Requirements are
1. I need to attach a custom workflow with InfoPath form library.
2. I need to save the incomplete form to the library , when I do this ,it will not kick off the workflow.
3. When user complete the form and submits the form to the form library , it will trigger the workflow.
4. When the workflow starts ,I need to send an email to selected user .This email will include a link which directs the user to the form in SharePoint.
5. It might also requires to attach the form to the email so that the user can open the form using InfoPath filler and then save to the SharePoint form library.
My question is that
Can this be achieved by using SharePoint designer and if so , how can I deploy this into the production server?
How can I make sure when saving the incomplete form will not kick off the workflow, while submitting the form will kick off the workflow.
How can I get the link that points to the current form in the form library?
I am pretty new to SharePoint workflow , can anyone give me some advice on this ?