Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

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 solución aceptada

Avatar

Respuesta correcta de
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

Ver la solución en mensaje original publicado

1 Respuesta

Avatar

Respuesta correcta de
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