Package org.flowable.task.api
package org.flowable.task.api
-
ClassDescriptionDefines the different states of delegation that a task can be in.Exposes twitter-like feeds for tasks and process instances.Allows querying of
Task
s via native (SQL) queriesRepresents one task for a human user.WrapsTaskInfo
to the builder.This builder is an alternative to using any of the complete methods on the TaskService.Interface containing shared methods between theTaskQuery
and theHistoricTaskInstanceQuery
.This is a helper class to help you work with theTaskInfoQuery
, without having to care about the awful generics.Allows programmatic querying ofTask
s;