I accidentally created a runaway workflow where everytime it modifies, it triggers the starting rule, which then modifies the doc, which then triggers the starting rule, and so on…
I’ve tried stopping the services, stopping the starting rules and disabling some components of the workflow. Even after all these have been halted, it continues to run and not let me delete the document.
When I try to delete the document I get the following error (error log included)
Error Code: 9059
Error Message: Entry is in use and cannot currently be modified. [9059]
------------ Technical Details: ------------
LFSO:
Call Stack: (Exception)
LFSession::ProcessResponse
LFSession::SendRequest (DELETE /+LF/entry/9453)
CLFDatabase::DeleteEntryByIDEx
Additional Details:
HRESULT: 0xc0042363 (LFSession::ProcessResponse, LFSession.cpp:3876)
(LFSO/10.0.0.865)
LF.exe (10.0.0.994):
Call Stack: (Exception)
CFolderListCtrl::DeleteEntry
CFolderListCtrl::OnFileDelete
Additional Details:
Exception: 0xc0042363 [9059] (Operation failed due to entry sharing violation.) (CFolderListCtrl::DeleteEntry at FolderListCtrl.cpp:2116)
Call History:
SetProfileValue
CAttachedRepository::AddProfile
CAttachedRepository::UpdateProfile
GetOptionString ([HiddenDialogs]RecycleEntries)
CAttachedRepository::GetProfileValue
CLFApp::GetAuditEventReason
CFolderListCtrl::OnFileDelete
CFolderListCtrl::DeleteEntry
Am I missing something?