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?
Solved! Go to Solution.
Views
Replies
Total Likes
Yes, it is possible to terminate a workflow using JMX console. Follow the steps below:
Yes, it is possible to terminate a workflow using JMX console. Follow the steps below:
@MayurSatav Can you please drop in a screenshot as well? I am unable to locate Mbean Searchbox
1. you can use command + F (CTRL + F in windows) to search workflow.
2. Click on the workflow and search for the path and use invoke
above screenshots are just for reference.
Views
Likes
Replies