ani03sha / redquark

Code that powers personal :nerd_face: website built using Gatsby, ReactJS :atom_symbol: and Node
https://redquark.org/
MIT License
11 stars 4 forks source link

aem/day-13-aem-workflows-2/ #22

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Day 13 - AEM Workflows (Part II) | Red Quark

Howdy fellow devs 👋! In the previous post, we learned about basic stuff about AEM. In this post, we will see how can we create different steps in a workflow. We will mainly focus on two types of workflow steps - Process Step and Participant Step. Process Step First we are going…

https://redquark.org/aem/day-13-aem-workflows-2/

BalaramaRajuRudraraju commented 3 years ago

No doubt, the article is awesome. I not only like your technical understanding of how things work but also the tone and language you use ;)

LBethere commented 2 years ago

Great blog, great tutorials! I'm really enjoying this and appreciate your work.

Just a quick note: the code for ApprovePageContentStep class contains reference ApproveAssetMetadataStep (lines 16, 26 and 27). As per what you have in Github (and also for it to work), it should be ApprovePageContentStep.

LBethere commented 2 years ago

oh, and also in line 31 there is "Approve Asset Metadata".

But once again, thank you for this blog! :)