I am using standard workflows and would like to keep it as close as possible to use the built in functions IF possible...
So lets say they are WF1 and WF2 (standard workflows) and I want to check to see if both have been Completed (or approved) and then archive them.
How would I go about doing that with option 2?
Main Topics
Browse All Topics





by: trax75Posted on 2009-09-03 at 09:19:03ID: 25252192
Hi,
at least three ways to archive this:
1. I don't know what kind of workflow is the second one? If it's s SharePoint Designer (SPD) Workflow, you can just add some actions to do the archiving (moving the item for example).
2. If it is a configured standard workflow, you could create an additonal SPD workflow - starting on "Item Changed". The Workflow could check if both other WF are finished and do something (or nothing is the other WF are not in the correct state).
2. If you are able to deploy something on the server an eventhandler would be good to. Sitting on the list and waiting for the "Item Change" event - and than doing the same as the SPD Workflow do at No. 2.
If think for your "problem" No. 2 would be good.
cu
Torsten