We have implemented a new workflow with multiple tasks. We have tons of pre-existing documents that need to be moved through the workflow programmatically. It will take a lot of time if an individual user has to do it manually.
Is there a way where we can choose a folder and send the documents in that folder (individually) to a particular workflow and go through all the tasks programmatically?
Another you can do this by developing custom action which triggers WF as well completes all tasks of WF and exacute this custom action as a folder rule for that you need to know Alfresco API and this requires developemnt and customization. Please check for custom action -http://docs.alfresco.com/4.2/concepts/actions.html and also check WorkflowService API.