'task_state' is getting 'paused' in 'dmi_queue_item' after destroying the workflow manually
Hi All, I am trying to destroy the running workflows in system by using DFC code after creating the workflow object as follows: workflowObj.abort(); workflowObj.destroy(); I have destroyed the workflow successfully but in "dmi_queue_item" type, the attribute "task_state" is updating as "paused", meanwhile in normal…