06-24-2019 06:51 PM
How to create a roles and assign these roles to human task , and how to test it
06-28-2019 06:50 AM
If you are using the online trial for APS, I'm not sure you can add users so if that is the case I recommend you using the Download trial since you can do everything in that case.
Raphael
06-27-2019 05:49 AM
Are you using alfresco or activiti?
06-27-2019 05:59 AM
thank you Amruta for your response,
i use the portal ( https://activiti.alfresco.com/activiti-app/#/login )
06-27-2019 09:23 AM
Hi,
For each human task, there is a property named "assignment".
You can specify a group of users or a specific user as the assignment value.
06-27-2019 09:29 AM
Thanks @rephael
For the response ,
but first should i added the user or group to assign it to task , so How i can add the users or groups then assign them to user task from .
06-28-2019 06:50 AM
If you are using the online trial for APS, I'm not sure you can add users so if that is the case I recommend you using the Download trial since you can do everything in that case.
Raphael
06-27-2019 05:27 PM
You can use activiti:candidateGroups. Create a group and all the users to the group. When the task starts it goes to the pool. Any human user from the group can claim the task.
<userTask id="salesReviewUsertask1" name="Sales Team Review"
activiti:candidateGroups="GROUP_Sales_Team" activiti:formKey="cmsWorkflow:activitiSalesReview">
<extensionElements>
....
</userTask>
Explore our Alfresco products with the links below. Use labels to filter content by product module.