This content has been marked as final.
Show 4 replies
-
1. Re: Extend JBPM Human Task
arunvg Nov 6, 2012 7:13 AM (in response to lauradp)I believe the the given example is old and corresponds to JBPM4 .
For JBPM5 there are work item handlers for Human Task and would be a nice point to start
Eg : Human task Handler using MINA interfaces
-
2. Re: Extend JBPM Human Task
lauradp Nov 6, 2012 8:11 AM (in response to arunvg)Do you mean that I can extend HT functionality extending the WSHumanTaskHandler class??
-
3. Re: Extend JBPM Human Task
arunvg Nov 7, 2012 12:54 AM (in response to lauradp)Well this is a possible point of extension, but depends on your requirement . Check the executeWorkItem method, it basically implements the execution of this workitem.
-
4. Re: Extend JBPM Human Task
lauradp Nov 7, 2012 3:39 AM (in response to arunvg)I need to add some parameters to Human Task e.g. color, place!