Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

CQ Workflow Inbox notification

Avatar

Level 2

As per existing CQ feature ,  we can send the notification either to a single user or the group.   We need to send the  notification  to  multiple user without grouping. is it possible to do that? If it is please , help me to understand 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

I think you try something like this:

1. Process step

   a. Write a service to create a dynamic group with required users.

2. Create dynamic participant step.  

   a. Assign the step to dynamic group.(http://dev.day.com/docs/en/cq/current/workflows/wf-extending.html#Developing Participant Choosers for Dynamic Participant Step Components)

3. Process Step  (At the end of workflow)

   a. Delete the dynamic group.

 

Thanks

View solution in original post

2 Replies

Avatar

Employee

Hi,

The only way to currently do this would be to use an AND split to notify each user on a separate branch. Unfortunately you'd need to know the number of branches ahead of time and have a way to configure them.

Will

Avatar

Correct answer by
Community Advisor

Hi,

I think you try something like this:

1. Process step

   a. Write a service to create a dynamic group with required users.

2. Create dynamic participant step.  

   a. Assign the step to dynamic group.(http://dev.day.com/docs/en/cq/current/workflows/wf-extending.html#Developing Participant Choosers for Dynamic Participant Step Components)

3. Process Step  (At the end of workflow)

   a. Delete the dynamic group.

 

Thanks