Hi All,
How to destroy or delete work queue items which are in Apaused or Dpaused state?r_runtime_state = 4 or 5.
I have 1000s of work items like this which need to be deleted.
when I use api, it gives me error.
DM_WORKFLOW_E_ACTION_NOT_ALLOWED]error: "This operation is not allowed when the state is 'terminated' for workflow 'Insurance Workflow 2010-02-03'."; ERRORCODE: 100; NEXT: null
at com.documentum.fc.client.impl.docbase.DocbaseExceptionMapper.newException(DocbaseExceptionMapper.java:57)
For some reason, process template used is in 'draft' status and we can not install it.
How to delete work itemsin such case?