update - 异步任务扩展表异步处理的行为
This commit is contained in:
parent
a8feabafab
commit
f1c8ff1ec6
@ -12,7 +12,6 @@ import lombok.AllArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.flowable.common.engine.api.delegate.event.AbstractFlowableEventListener;
|
||||
import org.flowable.common.engine.api.delegate.event.FlowableEvent;
|
||||
import org.springframework.scheduling.annotation.Async;
|
||||
import org.springframework.stereotype.Component;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
@ -41,7 +40,6 @@ public class ExtTaskInstEventListener extends AbstractFlowableEventListener {
|
||||
.add(UPDATE)
|
||||
.build();
|
||||
|
||||
@Async
|
||||
@Override
|
||||
public void onEvent(FlowableEvent flowableEvent) {
|
||||
if (flowableEvent instanceof ExtTaskInstEvent) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user