Expand my Community achievements bar.

SOLVED

Where is AEM inbox notification task details is store?

Avatar

Level 2

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?.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Check /etc/taskmanagement/tasks

where all the task stores which appears in aem inbox.

Thanks

Arun



Arun Patidar

View solution in original post

9 Replies

Avatar

Level 10

Are they tasks from running AEM workflows?

Avatar

Correct answer by
Community Advisor

Hi,

Check /etc/taskmanagement/tasks

where all the task stores which appears in aem inbox.

Thanks

Arun



Arun Patidar

Avatar

Level 2

Thank you for the reply :-) Do you know where is the error notification are stored? attached screen shot!

1516657_pastedImage_0.png

Avatar

Level 2

Its is workflow failure notifications!.

Avatar

Level 2

Yes it is workflow failure notificatios!.

Avatar

Community Advisor

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



Arun Patidar

Avatar

Level 2

Hi Arun,

Can we write any scheduler to remove this on a daily basis?

Avatar

Level 2

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?

Avatar

Community Advisor

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



Arun Patidar