Expand my Community achievements bar.

SOLVED

Need help in Workflow implementation

Avatar

Level 2

Hi Everyone,

i am trying to implement basic workflows to our Site. I am able to execute a Single level approval workflow as given in the sample. When I am trying to implement two level workflow that is to get approval from Reviewer and Admin Group, I am facing issues. If I am giving Reviewer ACL to my reviewer group, I was not able to approve. If am giving admin right to my reviewer group, both levels of approval goes to the Same reviewer group, as I had given admin ACLs to that group. Please clarify.

Your help is appreciated.

Thanks!

Hemalatha C

1 Accepted Solution

Avatar

Correct answer by
Administrator

Please have a look at this reference post :- http://www.aemcq5tutorials.com/tutorials/steps-to-create-a-workflow-in-aem/

// Steps to Create a Workflow in AEM

Documentation :- Administering Workflows

Creating a Custom workflow :- Creating custom AEM workflow steps that send email messages - YouTube

I hope this would help you.

~kautuk



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Correct answer by
Administrator

Please have a look at this reference post :- http://www.aemcq5tutorials.com/tutorials/steps-to-create-a-workflow-in-aem/

// Steps to Create a Workflow in AEM

Documentation :- Administering Workflows

Creating a Custom workflow :- Creating custom AEM workflow steps that send email messages - YouTube

I hope this would help you.

~kautuk



Kautuk Sahni

Avatar

Level 2

Hi kautuksahni

Thanks for your reply. I started working on Workflows by reading the above mentioned links. While creating a simple single level workflow, I dint find any difficulty. But if I tries to implement a multi level workflow, all the approval requests are getting redirected to only admin. I am trying to implement a Author - Reviewer - Admin Approval type.