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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies