|
|
|
|
@ -280,7 +280,9 @@ public class FlwTaskServiceImpl implements IFlwTaskService {
|
|
|
|
|
FlowConstant.SUBMIT, false,
|
|
|
|
|
FlowConstant.FLOW_COPY_LIST, Collections.emptyList(),
|
|
|
|
|
FlowConstant.MESSAGE_NOTICE, StringUtils.EMPTY));
|
|
|
|
|
skipTask(task.getId(), flowParams, instanceId, true);
|
|
|
|
|
Map<String, Object> variable = flowParams.getVariable();
|
|
|
|
|
Boolean autoNewPass = Convert.toBool(variable.getOrDefault(AUTO_PASS, false));
|
|
|
|
|
skipTask(task.getId(), flowParams, instanceId, autoNewPass);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|