Use case:
A user enters an email into each row of a dynamic table. Once the adaptive form is submitted to the workflow, there should be an assign task for each email for review and signature.
I have tried using an array list for the email variable in the workflow, but the step only lets you choose 1 assignee. Is it possible to use the assign task step for a dynamic number of emails in a table?
Solved! Go to Solution.
Views
Replies
Total Likes
you will have to implement the getPArticipant method and in that method you will have to create an AEM user group. In that group, you will have to add the users identified by the email entered in the form. This group can then be used to in the assign task step
you will have to implement the getPArticipant method and in that method you will have to create an AEM user group. In that group, you will have to add the users identified by the email entered in the form. This group can then be used to in the assign task step
also when you assign to a group, one of the group members will have to claim the task. It will not be like a task is assigned to all the members of the group
Views
Replies
Total Likes
Views
Replies
Total Likes
You can send the form for signing using Adobe sign to all the users specified in the form
but you cannot create individual assign task to the users specified in the form
Views
Replies
Total Likes
How would you use Adobe sign to send to all emails in the dynamic table? I only see the option to assign to one email at a time under the adobe sign settings in the adaptive form. Would it have to be uploaded and done directly in Adobe Sign, after the adaptive form is filled?
Views
Replies
Total Likes
In the sign document component under the signers tab I thin you can click on add signers to configure more signers
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies