Class SetTaskDescriptionCmd

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

public class SetTaskDescriptionCmd extends AbstractSetTaskPropertyCmd<String>
Command that changes the description of a task.
See Also:
  • Constructor Details

    • SetTaskDescriptionCmd

      public SetTaskDescriptionCmd(String taskId, String description)
      Public Constructor.
      Parameters:
      taskId - the id of the task whose description should be changed
      description - the new description value to change to
      Throws:
      NullValueException - in case the given taskId or the given description are null
  • Method Details