I am trying to terminate the workflow but it keeps loaded as shown in image below for more than 2 hours. I waited long but couldn't find out the solution.
Solved! Go to Solution.
Views
Replies
Total Likes
You need to fix the code and redeploy the code. For now navigate to system/console/bundle and stop your project bundle.
Thanks!
Hi @Ronnie09
You can navigate to http://localhost:4502/libs/cq/workflow/admin/console/content/instances.html
or from console Tools -> Workflow -> Instances and terminate the workflow.
Thanks!
From there only I terminated the work flow. The screenshot shared above is for the same http://localhost:4502/libs/cq/workflow/admin/console/content/instances.html
It didn't worked
do you see any error in the log when you try to terminate?
If there are no error, try to restart the instance and then terminate. Also moniter the log while restarting to see if there are any glitches.
Thanks!
@Asutosh_Jena_ There is infinite loop running on workflow. In logs it keeps on printing. I restarted AEM but still it doesn't stops.
We need to know what is that loop and we need to stop it. What is that loop?
It must be from your custom code.
Thanks!
Yeah it is from my custom code. By mistake I wrote do{} while(true);
You need to fix the code and redeploy the code. For now navigate to system/console/bundle and stop your project bundle.
Thanks!
I have redeployed the code and deleted the older running workflow from crx/de var. But still workflow is running and printing the logs.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies