cancel
Showing results for 
Search instead for 
Did you mean: 

Allocate task to a particular user

thiagodetomi
Champ in-the-making
Champ in-the-making
Hello

I'm new on Activiti BPM, and i have the following issue:

My organization is a college, with various courses. Each course has a coordinator. The starter of the process is a student, who fulfills a request, and the request must reach to the coordinator of the student's course (example: the student is a computer science student, so the request must reach to the computer science coordinator). The request reaches to the student's course coordinator, who has a task to review the request, and approve or disapprove. The problem is: Every coordinator has the role "Coordinator". If any coordinator log in the system, he will receive the student's request. i need only the student's coordinator receive the request, not all of them. How can I solve this in Activiti BPM? Thanks!
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

As I understood, process is the same for all courses and coordinators. The only thing which is changed in candidate group/user to which task is assigned. It  seems you have to evaluate candidate group/user in the runtime. Expression result depends on student & course.
Regards
Martin