We have requirement to launch workflows processing with document that is associated to specific custom type when it is inserted into specific folder.
I have seven custom type forms and seven workflow. these form instance is coming from sharepoint and stored in to specific folder with the help of DFS.
i need to write the job check the new forms in these two folder if the new form are stored when job is run, then i need to get all these new forms and start workflow associated with these form
Please Suggest, Is this possible for this requirement? How to do it? Thanks in Advance.