I have created a Workflow that works great... it moves documents out of the staff interface into a designated Record Series folder and it leaves behind a shortcut for the staff.
Only problem is, it doesn't always do it. If the document is moved it does, if the document is created by drag-n-drop from out of LF it doesn't. I need it to do both (either/or), but WF doesn't give the option for both! Creating a second identical WF but this time with Event Type being Entry Created gave me two shortcuts.
In the meantime, I'm working on creating a Workflow to pick up any documents that the first WF doesn't pick up. I'm in test mode and so far it's not working quite right. I've attached some printscreens from it, including some of the results from the attempted run. Questions:
1) Why does it move the whole folder instead of just the documents?
2) Why does the shortcut end up at the parent folder instead of the original entry location?
3) Why was the shortcut step looping (created over 3,000 shortcuts before I could stop the WF)?
After stopping the loop, I changed both the Move Entry and Create Shortcut steps to terminate if the path does not exist, which helps but I need to resolve the questions. Please help this newbie with these basic steps. :)