Need to move a document in document library from source site to another sharepoint 2010 site which has the same structure as the source site along with the workflow attached to the document. The work flow creates tasks too... so the tasks should be created in the tasks list in the destination site too... how to do this... I am doing a POC on this.Please share any ideas or documentation on this and Any help will be appreciated. copying workflow as a template will not work here i guess. i need to copy actual workflow association to the document.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
You should maybe consider building a Reusable Workflow associated with a Content Type (e.g. associate it to the default Document Content type) and then you could export the Worflow as a solution package (.wsp) which you could install on the other site (see here http://technet.microsoft.com/en-us/library/ff608128(v=office.14).aspx) One Document (.docx, .pptx, .pdf, etc.) is actually an Instance of a particular content type (Document) and Workflows cannot be attached to a Single List item, but rather to a List, a Content Type or it could be a Site Workflow. |
|||||
|