Commit 777bb5a7 by huangfusuper

废弃原有任务运行线程

parent c50ffe7e
......@@ -37,6 +37,7 @@ import java.util.stream.Collectors;
**/
@Slf4j
@Component
@Deprecated
public class JobScheduleHelper{
private DataSource dataSource;
......@@ -146,7 +147,7 @@ public class JobScheduleHelper{
* 只与end节点关联
*/
//虚节点的状态
if("0".equals(jobTask.getIsVirtual())){
if(FlowPropertyEnum.IS_INNER.getCode().equals(jobTask.getIsVirtual())){
try {
runRecordingAndJobTaskService.saveRunRecordingAndTask(jobTask);
log.info("----------------【虚节点保存成功,删除虚节点】--------------------");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment