Expand my Community achievements bar.

SOLVED

Workflow for content Fragments

Avatar

Level 4

I used a Content Fragment in my page but when i try to add some variation to the existing content fragment mean that need to be approved by approvar before listing it on site.

Give some workflow solution for this problem

 @Arun_Patidar @SantoshSai  @DEBAL_DAS @fanindras @lukasz-m @Pulkit_Jain_ 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Nandheswara 

 

Please find the step by step process of how to create a workflow for content approval here: https://www.aemtutorial.info/2018/09/content-approval-workflows-in-aem-64.html?m=1

 

Hope this helps!

 

Thanks,

Kiran Vedantam.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @Nandheswara 

 

Please find the step by step process of how to create a workflow for content approval here: https://www.aemtutorial.info/2018/09/content-approval-workflows-in-aem-64.html?m=1

 

Hope this helps!

 

Thanks,

Kiran Vedantam.

Avatar

Community Advisor

Hi @Nandheswara ,

You have to create participant chooser workflow model on modification, assign the specific user of group to it.

We have similar requirement resolved here, please have a look at this thread - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/creating-a-workflow-model-...

 

If your wish to get read off on rejection basis - please follow this thread you might will face similar challenge - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/workflow-for-a-manager-app...

Hope that helps!

Regards,

Santosh

Avatar

Community Advisor

@Nandheswara The workflow model can be created as follows

shaileshbassi_0-1655708587471.png

and for the getting the metadata for checking the approval status you either create the java process step and then route or,

you can create the ecma script for checking it as follows

shaileshbassi_1-1655708728887.png

 

And for starting the workflow on creating of the variation you can write the launcher for it.

 

Reference: https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/workflows-sta....

 

Thanks