I'm working on a Mass Archive process, where tagged documents will be pulled from the staff folders every January 1st, leaving behind a shortcut if they (the staff) used the Archive tag asking for that option.
I'd like to also mark some folders by using a field set to "Mark for Archive" and have this Mass Archive WF also take all the documents in those folders whether they are tagged or not.
What is best of these two options:
1) Have two scheduled WF's for Jan 1st where the first WF would find all the folders with this field saying "Marked for Archive" and just do one step: assign the Archive tag to all the documents in those folders? Then, the second WF would run later in the day, removing the docs marked with the Archive tags and creating shortcuts where required, then removing the tags.
2) Or, have just the one scheduled WF, but alter the WF so that it also looks for these marked folders and handles every document in those folders whether they have tags or not? Makes my WF a bit complicated.
(I have already created the WF for Mass Archive of the tagged documents, but haven't tried to alter it yet to include groups of documents from folders; haven't figured out how to configure the activities yet.)
Any ideas on what would be best?