Class RecoveryTodoCommand

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

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

      • hisTask

        protected org.flowable.task.api.history.HistoricTaskInstance hisTask
        要恢复办结的历史任务
    • Constructor Detail

      • RecoveryTodoCommand

        public RecoveryTodoCommand​(org.flowable.task.api.history.HistoricTaskInstance hisTask,
                                   Map<String,​Object> pVarMap,
                                   Map<String,​Object> tVarMap)
    • 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>