bpm代码调整

This commit is contained in:
2024-06-12 20:03:58 +08:00
parent d54cf8911d
commit c19fd51aad
21 changed files with 95 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
package com.njcn.bpm.config;
import com.google.common.collect.ImmutableSet;
import com.njcn.bpm.service.task.IBpmProcessInstanceService;
import org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent;
import org.flowable.common.engine.api.delegate.event.FlowableEngineEventType;
import org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener;