I am trying to lock and unlock a page in workflow using page.lock() &
page.unlock(); I could lock the page in first workflow, but in the next
workflow ,while unlocking the same page it throws exception saying,
"Unable to unlock Page". page.canUnlock() returns true. Did anyone use
this successfully?