Hi,
I have a workflow that checks in documents after 2 min of being checked out (test). this workflow kicks off when modified.
It works the firs ttime, but not the second. It will get stuck In Progress. It doesnt seem to work every time.
Workflow:
If current item : checked out to is not empty
pause for 2 minutes
then check in item in current item with comment: item has been checked it.
This makes perfect sense, not sure why it doesnt consistently work?!?!
I made all documents require check out before editing too!!!