Class SetTaskPriorityCmd

java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetTaskPropertyCmd<Integer>
org.camunda.bpm.engine.impl.cmd.SetTaskPriorityCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class SetTaskPriorityCmd extends AbstractSetTaskPropertyCmd<Integer>
Command to change task priority to a new value.
See Also:
  • Constructor Details

    • SetTaskPriorityCmd

      public SetTaskPriorityCmd(String taskId, Integer priority)
      Public constructor.
      Parameters:
      taskId - the id of the referenced task, non-null
      priority - the new priority value to set, non-null
  • Method Details