类 DeleteTaskCommand

  • 所有已实现的接口:
    org.flowable.common.engine.impl.interceptor.Command<Void>

    public class DeleteTaskCommand
    extends Object
    implements org.flowable.common.engine.impl.interceptor.Command<Void>
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/30
    • 字段详细资料

      • taskId

        protected String taskId
        当前任务id
      • reason

        protected String reason
        原因
    • 构造器详细资料

      • DeleteTaskCommand

        public DeleteTaskCommand​(String taskId,
                                 String reason)
    • 方法详细资料

      • execute

        public Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        指定者:
        execute 在接口中 org.flowable.common.engine.impl.interceptor.Command<Void>