Abstract
Goal
Similar to Sites pages, add a Start Bulk Workflow action bar button in Assets Console to start a workflow on multiple assets as a package so there is only one inbox notification for all assets in the package (eg. when used with a Request for Activation workflow)
Solution
1) Create a maven project for the extension eaem-assets-start-bulk-wf
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem
-D archetypeArtifactId=aem-project-archetype -D archetypeVersion=36 -D aemVersion="6.5.10"
-D appTitle="Experience AEM Assets Start Bulk WF" -D appId="eaem-assets-start-bulk-wf" -D groupId="apps.experienceaem.assets"
-D frontendModule=none -D includeExamples=n -D includeDispatcherConfig=n
2) Create the Start Bulk Workflow button /apps/eaem-assets-start-bulk-wf/components/content/start-bulk-wf-but
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni