Package org.flowable.engine.impl.cmd
Class SetTaskPriorityCmd
java.lang.Object
org.flowable.engine.impl.cmd.NeedsActiveTaskCmd<Void>
org.flowable.engine.impl.cmd.SetTaskPriorityCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
- Author:
- Joram Barrez
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.cmd.NeedsActiveTaskCmd
taskId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Void
execute
(CommandContext commandContext, TaskEntity task) Subclasses must implement in this method their normal command logic.Methods inherited from class org.flowable.engine.impl.cmd.NeedsActiveTaskCmd
execute, getSuspendedTaskExceptionPrefix
-
Field Details
-
priority
protected int priority
-
-
Constructor Details
-
SetTaskPriorityCmd
-
-
Method Details
-
execute
Description copied from class:NeedsActiveTaskCmd
Subclasses must implement in this method their normal command logic. The provided task is ensured to be active.- Specified by:
execute
in classNeedsActiveTaskCmd<Void>
-