Human Task service

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: ...

Get Mastering jBPM6 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.