Class DeleteTaskCommand

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.interceptor.Command<Void>

    public class DeleteTaskCommand
    extends Object
    implements org.flowable.common.engine.impl.interceptor.Command<Void>
    Author:
    qinman, zhangchongjie
    Date:
    2022/12/30
    • Field Detail

      • taskId

        protected String taskId
        当前任务id
      • reason

        protected String reason
        原因
    • Constructor Detail

      • DeleteTaskCommand

        public DeleteTaskCommand​(String taskId,
                                 String reason)
    • Method Detail

      • execute

        public Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
        Specified by:
        execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>