I am trying to create a SharePoint designer workflow which should be triggered every time a document is checked in.
How do I pause till the document is checked in? Will the condition
Wait For "Checked Out To" "To Be Empty" work fine?
Some posts on MSDN and CodePlex indicate that this might throw an error.