-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Mastering jBPM 5
By :
We introduced the human tasks in the previous chapter; we described the human task state transitions, task rule assignments, and task operations performed by the stakeholders.
You can get the org.kie.api.task.TaskService task service from RuntimeEngine (the getTaskService() method), which is a wrapper for the service; the task service is created and wrapped into RuntimeEngine (and the underlying session) by RuntimeManager, which uses TakServiceFactory:
InternalTaskService internalTaskService = (InternalTaskService) taskServiceFactory.newTaskService();
The factory used to instantiate TaskService is as follows:
LocalTaskServiceFactory: To be used in non-CDI environments
The factory configures the task service with the following references:
EntityManagerFactory
instance (taken from RuntimeEnvironment).
UserGroupCallback (taken from RuntimeEnvironment). If no custom UserGroupCallback implementation is provided, a default MvelUserGroupCallbackImpl is used; this loads the UserGroupsAssignmentsOne...
Change the font size
Change margin width
Change background colour