I am trying to use selectdatasource (https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/granite-ui... ) for generating selectbox with list of users from the specific group. This is used inside the workflow as a Dynamic Participant Step.
Is there any example of using this in similar use case? Documentation is very thin on this one.
Any other idea of implementing this?
AEM 6.5
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Its true there is limited documentation to use this feature but it is straight forward to implement.
Create a node of type granite/ui/components/coral/foundation/authorizable/autocomplete
Create child node of above of type granite/ui/components/coral/foundation/authorizable/selectdatasource
Please check below for query
Can you please share where it is used? for dynamic participants it is not used but for participants without selectdatasource
/libs/cq/workflow/components/model/dynamic_participant/cq:dialog/content/items
/libs/cq/workflow/components/model/participant/cq:dialog/content/items/participant/items/columns/items/participant
Hi,
Its true there is limited documentation to use this feature but it is straight forward to implement.
Create a node of type granite/ui/components/coral/foundation/authorizable/autocomplete
Create child node of above of type granite/ui/components/coral/foundation/authorizable/selectdatasource
Please check below for query
Can you please share where it is used? for dynamic participants it is not used but for participants without selectdatasource
/libs/cq/workflow/components/model/dynamic_participant/cq:dialog/content/items
/libs/cq/workflow/components/model/participant/cq:dialog/content/items/participant/items/columns/items/participant
I added custom dialog to the Dynamic Participant Step inside of the workflow. This dialog is shown to the user later with the option to choose which user from some specific group to choose. This group will be entered as an "argument" to the Dynamic Participant Step of the workflow. Already solved it but your answer is correct so I will mark it that way. Thank you.
Views
Replies
Total Likes