| Interface | Description |
|---|---|
| Event |
Exposes twitter-like feeds for tasks and process instances.
|
| NativeTaskQuery |
Allows querying of
Tasks via native (SQL) queries |
| Task |
Represents one task for a human user.
|
| TaskBuilder |
Wraps
TaskInfo to the builder. |
| TaskInfo | |
| TaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo> |
Interface containing shared methods between the
TaskQuery and the HistoricTaskInstanceQuery. |
| TaskQuery |
Allows programmatic querying of
Tasks; |
| TaskQueryInterceptor |
| Class | Description |
|---|---|
| TaskInfoQueryWrapper |
This is a helper class to help you work with the
TaskInfoQuery, without having to care about the awful generics. |
| Enum | Description |
|---|---|
| DelegationState |
Defines the different states of delegation that a task can be in.
|
Copyright © 2019 Flowable. All rights reserved.