cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Human Task

ahmedredamoha
Champ in-the-making
Champ in-the-making

How to create a roles and assign these roles to human task , and how to test it 

1 ACCEPTED ANSWER

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

View answer in original post

6 REPLIES 6

amruta_w
Star Collaborator
Star Collaborator

Are you using alfresco or activiti?

ahmedredamoha
Champ in-the-making
Champ in-the-making

thank you Amruta for your response, 

i use the portal ( https://activiti.alfresco.com/activiti-app/#/login )

rallegre
Star Contributor
Star Contributor

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 .

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

abhinavmishra14
World-Class Innovator
World-Class Innovator

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>

~Abhinav
(ACSCE, AWS SAA, Azure Admin)