TaskCommandInst taskCommand = getTaskCommandInst();
// TODO Auto-generated method stub
List<TaskInstance> taskInstanceQueryTos = (new GetPreviousStepTaskByTaskIdCmd(this.taskId)).execute(commandContext);
if (taskInstanceQueryTos.size() == 0) {
throw new FixFlowException("没有可以退回的任务");
}