kill a AEM workflow using /var path
There is a need to kill a workflow.
There are 1000's of dam update workflow in the instances tab and hence cannot locate this custom workflow from workflow instance tab and terminate it.
I ran a query as below to locate the workflow /var path. This is actually in production , we need to do this.
path=/var/workflow/instances
type=cq:Workflow
1_property=status
1_property.value=RUNNING
2_property=modelId
2_property.value=/var/workflow/models/dam/test-staging-assets
p.limit=-1
So, can someone help me how I can terminate this workflow using this /var path?
I tried using the workflow remover from ACS commons, but it is not working and still I can see this workflow is active.
Do we have any JMX console, where it is possible to give the /var path t terminate a workflow?
