Expand my Community achievements bar.

AEM Workflows : How to Implement Parallel Approvals | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

AEM Workflows : How to Implement Parallel Approvals by ICF Next Engineering

Abstract

What is Workflow in AEM?
Workflows enable you to automate Experience Manager activities. Workflows consist of a series of steps that are executed in a specific order. Each step performs a distinct activity such as activating a page or sending an email message. Workflows can interact with assets in the repository, user accounts, and Experience Manager services. Therefore, workflows can coordinate complicated activities that involve any aspect of Experience Manager.

Business Use case
The core business use case is, as an author I should be able to add ‘n’ number of reviewers (AEM Users) to the workflow, and every user must approve or deny the request to complete the workflow.

Read Full Blog

AEM Workflows : How to Implement Parallel Approvals

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 1

Do we have any github repository with some sample code of the workflow?