Calling an existing wizard from a workflow in AEM | Community
Skip to main content
New Participant
December 7, 2022
Solved

Calling an existing wizard from a workflow in AEM

  • December 7, 2022
  • 2 replies
  • 1544 views

We are on AEM 6.5, there is a requirement to customize adobe launch wizard . There is some validation that needs to be done before the launch is published. Can this - create launch wizard be called from a workflow so that we can have necessary customization ?

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 Avinash_Gupta_

Thanks Avinash, but what if we need non-admin user to promote the pages but get an approval before promoting just like a workflow. Is there any way to add a step like workflow in a wizard.


Refer to the following link to use workflow models to perform bulk processing of promoted Launches pages: 

 

https://experienceleague.adobe.com/docs/experience-manager-65/authoring/launches/launches-promoting.html?lang=en#processing-promoted-pages-using-aem-workflow 

 

Also, there is workflow model created for launch review. Invoke this Launch Review workflow model that has the steps to review the launch promotion.

 

 

2 replies

Kiran_Vedantam
New Participant
December 7, 2022

Hi @lavita 

 

As this is launch related query can you post it here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/bd-p/experience-platform-launch-qanda

 

Hope this helps!

 

Thanks,

Kiran Vedantam.

Avinash_Gupta_
New Participant
December 7, 2022

Hi Lavita

 

I'm confused about the above requirement. Would you please elaborate more on what kind of customization is needed ? Adobe launch is a separate product and it can't be customized through AEM 6.5. Are you referring to workflow launchers? 

LavitaAuthor
New Participant
December 8, 2022

I am referring to the content launch -(https://experienceleague.adobe.com/docs/experience-manager-64/authoring/launches/launches.html)

 

Here before the page is promoted we want to check if the user is admin , only admin can promote the launches.

Avinash_Gupta_
New Participant
December 9, 2022

Hi @lavita 

 

You can restrict the access of user for this path /libs/wcm/core/content/sites/promotelaunchwizard. This is the quickest solution. It will restrict the end user to access the promote wizard and publish the changes.

 

 

Hope this helps.