cancel
Showing results for 
Search instead for 
Did you mean: 

Task assignment based on an attribute value

sromdhane
Champ in-the-making
Champ in-the-making
Dear listers,
So this is the idea of the workflow, a student upload a document and input his "section" (software engineering,networking… ), next the document is gone be evaluated by a teacher. What i want is to assigne the evaluation task to a teacher based on the "section" attribute. For example, a software engineering student rapport evaluation task is assigned to a software engineering teacher.
PS : i'm working with JBPM.
Thanks in advance.
Saif
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello Saif,

you can implement your own assignment handler for the jBPM workflow that uses this variable to select the correct teacher. It is quite a simple interface and you can look to the AlfrescoAssignment class as an example.

Regards
Axel

andreeagp
Champ in-the-making
Champ in-the-making
Hello,
Do you think you can post an example please? i have sort of the same problem and i don't know how to do itSmiley Sad