This content has been marked as final.
Show 1 reply
-
1. Re: How to get TaskClient for the LocalTaskService
swiderski.maciej Dec 20, 2012 1:42 AM (in response to jchocholacek)1 of 1 people found this helpfultake a look here to get some ideas on how to abstract access to different types of task client. In general make use of org.jbpm.task.TaskService interface to hide the complexity of creating different task clients.
HTH