Expand my Community achievements bar.

SOLVED

Bulk De-activation in AEM 6.3

Avatar

Level 4

I have list of content items those needs to be de-activated. I was trying the bulk workflow manager in acs-commons.

This page is not giving me an option to add individual/bulk items using the path (for example:/etc/segmentation/XX).

Is there any way i can do bulk deactivation?

Thank you for reading.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Dear Tc82,

If it's a common activity. It should be trivial to achieve your requirement, by writing a tiny custom service in AEM servlet to do the deactivation task[1] [2].

Alternatively, if it's a one off activity a simple groovy script could do the deactivation quite well too [3] [4].

[1] Replicator ("The Adobe AEM Quickstart and Web Application.")

[2] Adobe Experience Manager Help | Submitting Adobe Experience Manager form data to Java Sling Servlets

[3] GitHub - OlsonDigital/aem-groovy-console: The AEM Groovy Console provides an interface for running G...

[4] List of common AEM cURL commands

Kind Regards,

Peter

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Dear Tc82,

If it's a common activity. It should be trivial to achieve your requirement, by writing a tiny custom service in AEM servlet to do the deactivation task[1] [2].

Alternatively, if it's a one off activity a simple groovy script could do the deactivation quite well too [3] [4].

[1] Replicator ("The Adobe AEM Quickstart and Web Application.")

[2] Adobe Experience Manager Help | Submitting Adobe Experience Manager form data to Java Sling Servlets

[3] GitHub - OlsonDigital/aem-groovy-console: The AEM Groovy Console provides an interface for running G...

[4] List of common AEM cURL commands

Kind Regards,

Peter