Class AddCommentCmd

java.lang.Object
org.flowable.engine.impl.cmd.AddCommentCmd
All Implemented Interfaces:
Command<Comment>

public class AddCommentCmd extends Object implements Command<Comment>
Author:
Tom Baeyens
  • Field Details

    • taskId

      protected String taskId
    • processInstanceId

      protected String processInstanceId
    • type

      protected String type
    • message

      protected String message
  • Constructor Details

  • Method Details

    • execute

      public Comment execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<Comment>
    • getSuspendedTaskException

      protected String getSuspendedTaskException()
    • getSuspendedExceptionMessage

      protected String getSuspendedExceptionMessage()