Hi,
I have a use case which states author workflow need to be called automatically based on node modification.Within that workflow I have to call approver workflow,participants need to be created and assigned based on authors group. I created a new group with User Manager Interface. How to assign this created group to the Work Item in the approver workflow? Please guide me how to achieve this.
I tried this in author's workflow process step
Group newGroup = userManager.createGroup(approverGroup,approverGroup , null);
Thanks!
Kirithi
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Use the dynamic participant workflow step in your workflow and have the logic of creating and assigning the user/group in that step. refer [1] and [2] for the same.
[1] http://adobeaemclub.com/workflow-dynamic-participant-step/
[2] https://helpx.adobe.com/experience-manager/using/dynamic-steps.html
Views
Replies
Total Likes
Hi,
Use the dynamic participant workflow step in your workflow and have the logic of creating and assigning the user/group in that step. refer [1] and [2] for the same.
[1] http://adobeaemclub.com/workflow-dynamic-participant-step/
[2] https://helpx.adobe.com/experience-manager/using/dynamic-steps.html
Views
Replies
Total Likes
Hi
Take a look @ https://helpx.adobe.com/experience-manager/using/jackrabbit-users.html
Its uses Jackrabbit API to dynamically create user and assign to group.
Views
Replies
Total Likes
As mentioned by Bsloki in his comments, Dynamic Participant workflow would help you with your problem:
Link:-- https://helpx.adobe.com/experience-manager/using/dynamic-steps.html
Another link for a reference :- https://helpx.adobe.com/experience-manager/using/invoking-experience-manager-workflows-using.html
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Views
Likes
Replies