| Package | Description |
|---|---|
| org.flowable.task.api |
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
TaskQuery.active()
Only selects tasks which are active (ie.
|
TaskQuery |
TaskQuery.excludeSubtasks()
Only select tasks that have no parent (i.e.
|
TaskQuery |
TaskQuery.suspended()
Only selects tasks which are suspended, because its process instance was suspended.
|
TaskQuery |
TaskQuery.taskCandidateOrAssigned(String userIdForCandidateAndAssignee)
Select tasks that has been claimed or assigned to user or waiting to claim by user (candidate user or groups).
|
TaskQuery |
TaskQuery.taskDelegationState(DelegationState delegationState)
Only select tasks with the given
DelegationState. |
TaskQuery |
TaskQuery.taskUnassigned()
Only select tasks which don't have an assignee.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskQueryInterceptor.afterTaskQueryExecute(TaskQuery taskQuery,
List<Task> tasks) |
void |
TaskQueryInterceptor.beforeTaskQueryExecute(TaskQuery taskQuery) |
Copyright © 2019 Flowable. All rights reserved.