Uses of Interface
org.kie.api.task.model.Task
-
Packages that use Task Package Description org.kie.api.task -
-
Uses of Task in org.kie.api.task
Methods in org.kie.api.task that return Task Modifier and Type Method Description TaskTaskEvent. getTask()TaskTaskService. getTaskById(long taskId)TaskTaskService. getTaskByWorkItemId(long workItemId)TaskTaskContext. loadTaskVariables(Task task)Loads task (given as argument) variables - both input and output if exists.Methods in org.kie.api.task with parameters of type Task Modifier and Type Method Description longTaskService. addTask(Task task, Map<String,Object> params)TaskTaskContext. loadTaskVariables(Task task)Loads task (given as argument) variables - both input and output if exists.
-