org.flowable.common.engine.impl.interceptor.Command<Void>
public class RecoveryTodoCommand extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
protected org.flowable.task.api.history.HistoricTaskInstance
hisTask
protected Map<String,Object>
pVarMap
tVarMap
RecoveryTodoCommand(org.flowable.task.api.history.HistoricTaskInstance hisTask, Map<String,Object> pVarMap, Map<String,Object> tVarMap)
Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected org.flowable.task.api.history.HistoricTaskInstance hisTask
protected Map<String,Object> pVarMap
protected Map<String,Object> tVarMap
public RecoveryTodoCommand(org.flowable.task.api.history.HistoricTaskInstance hisTask, Map<String,Object> pVarMap, Map<String,Object> tVarMap)
public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute