Uses of Enum Class
org.flowable.task.api.DelegationState
-
Uses of DelegationState in org.flowable.task.api
Modifier and TypeMethodDescriptionTask.getDelegationState()
The currentDelegationState
for this task.static DelegationState
Returns the enum constant of this class with the specified name.static DelegationState[]
DelegationState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Task.setDelegationState
(DelegationState delegationState) The currentDelegationState
for this task.TaskQuery.taskDelegationState
(DelegationState delegationState) Only select tasks with the givenDelegationState
.