Bulk De-activation in AEM 6.3 | Community
Skip to main content
Level 3
April 23, 2018
Solved

Bulk De-activation in AEM 6.3

  • April 23, 2018
  • 1 reply
  • 2371 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Peter_Puzanovs

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 Groovy scripts in the…

[4] List of common AEM cURL commands

Kind Regards,

Peter

1 reply

Peter_Puzanovs
Community Advisor
Peter_PuzanovsCommunity AdvisorAccepted solution
Community Advisor
April 23, 2018

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 Groovy scripts in the…

[4] List of common AEM cURL commands

Kind Regards,

Peter