BPM Human Task

cancel
Showing results for 
Search instead for 
Did you mean: 
ahmedredamoha
Member II

BPM Human Task

Jump to solution

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

1 Solution

Accepted Solutions
rallegre
Alfresco Employee

Re: BPM Human Task

Jump 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

View solution in original post

6 Replies
amruta_w
Senior Member

Re: BPM Human Task

Jump to solution

Are you using alfresco or activiti?

ahmedredamoha
Member II

Re: BPM Human Task

Jump to solution

thank you Amruta for your response, 

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

rallegre
Alfresco Employee

Re: BPM Human Task

Jump to solution

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.

ahmedredamoha
Member II

Re: BPM Human Task

Jump to solution

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 .

abhinavmishra14
Advanced

Re: BPM Human Task

Jump to solution

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)
rallegre
Alfresco Employee

Re: BPM Human Task

Jump 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