Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
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