I am using AEM 6.2. I am getting a lot error notifications in AEM inbox. planning remove these notification from CRXDE .
Anyone can help me that find out where it is stores inside the CRXDE?.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Check /etc/taskmanagement/tasks
where all the task stores which appears in aem inbox.
Thanks
Arun
Are they tasks from running AEM workflows?
Views
Replies
Total Likes
Hi,
Check /etc/taskmanagement/tasks
where all the task stores which appears in aem inbox.
Thanks
Arun
Thank you for the reply :-) Do you know where is the error notification are stored? attached screen shot!
Views
Replies
Total Likes
Its is workflow failure notifications!.
Views
Replies
Total Likes
Yes it is workflow failure notificatios!.
Views
Replies
Total Likes
Hi,
For workflow , it shows current workitem for workflow instance, check current workitem
example -
/etc/workflow/instances/server0/2018-06-27/aem63app_publish_workflow_db_1/workItems/node7_etc_workflow_instances_server0_2018-06-27_aem63app_publish_workflow_db_1
To remove these notification, go to http://localhost:4502/libs/cq/workflow/admin/console/content/instances.html
and terminate the instances which you want to remove.
Thanks
Arun
Hi Arun,
Can we write any scheduler to remove this on a daily basis?
Views
Replies
Total Likes
Hi,
I am facing the same issue. Can this be removed automatically daily rather than going manually to workflow instance and then terminating the workflow?
Views
Replies
Total Likes
You can do that .
write sling scheduler and use Workflow and Task API in order to remove failure jobs.
Don't just delete nodes from crxde.
Apache Sling :: Scheduler Service (commons scheduler)
TaskManager ("The Adobe AEM Quickstart and Web Application.")
Retrieving Experience Manager 6.4 Workflow information using the Workflow API
Views
Replies
Total Likes
Views
Likes
Replies