fix:批量同步节点下的普通文件夹
This commit is contained in:
@@ -12,6 +12,7 @@ import org.flowable.engine.RuntimeService;
|
||||
import org.flowable.engine.impl.persistence.entity.ExecutionEntity;
|
||||
import org.flowable.job.api.Job;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.context.annotation.Lazy;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.util.Arrays;
|
||||
@@ -42,6 +43,7 @@ public class GlobalStatusEventListener implements FlowableEventListener {
|
||||
private ISimulationRunFeignClient simulationRunFeignClient;
|
||||
|
||||
@Autowired
|
||||
@Lazy
|
||||
private RuntimeService runtimeService;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user