Hi guys - is there a way to stop one particular workflow from the applications server? Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Thanks all for taking your time to respond to this question.
Just a follow-up here: I've managed to delete the workflow in question by using SQL code activity in a workflow.
It worked like a charm
Views
Replies
Total Likes
Hi,
You can stop a workflow by many ways :
Thanks !
Views
Replies
Total Likes
Thanks for your help.
Basically this workflow is on pause status and the workflow supervisors have been receiving notification emails everyday. So they wanted to shut this workflow down completely.
Option 1 and 2 are not working in my case, because whenever the workflow is selected it crashes the client console. Hence I have to do it from the backend.
I also used xtk.worfklow.Stop but it didn't work because the workflow status was changed from 'paused' to 'stop requested' and then back to 'pause' again.
Views
Replies
Total Likes
Hi,
Were you able to find something relevant for your query here?
Gaurang
Views
Replies
Total Likes
HI Gigi,
In Such cases , the best way is to kill it on the Database directly. You need to get the pid for the query and then stop / kill that pid from the Database.
If the instance is hosted by Adobe , raise a support ticket , else ask your DBA to kill the workflow but providing the primary keys.
Regards,
Adhiyan
Use xtk.worfklow.Stop.Kill it will solve your problem.
Thanks all for taking your time to respond to this question.
Just a follow-up here: I've managed to delete the workflow in question by using SQL code activity in a workflow.
It worked like a charm
Views
Replies
Total Likes