How to create a roles and assign these roles to human task , and how to test it
Solved! Go to Solution.
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
Are you using alfresco or activiti?
thank you Amruta for your response,
i use the portal ( https://activiti.alfresco.com/activiti-app/#/login )
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.
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 .
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>
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
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.