CQ Workflow Inbox notification | Community
Skip to main content
Level 2
October 16, 2015
Solved

CQ Workflow Inbox notification

  • October 16, 2015
  • 2 replies
  • 1495 views

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 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Siva_Sogalapalli

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

2 replies

Siva_Sogalapalli
Community Advisor
Siva_SogalapalliCommunity AdvisorAccepted solution
Community Advisor
October 16, 2015

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

Adobe Employee
October 16, 2015

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