优化监听器事件,移除错误的流程始末事件
This commit is contained in:
@@ -12,16 +12,6 @@ import lombok.extern.slf4j.Slf4j;
|
||||
*/
|
||||
@Slf4j
|
||||
public class SimpleListener implements FlowableListener {
|
||||
@Override
|
||||
public void onFlowStart(FlowableInstance instance, FlowableNode node) {
|
||||
log.info("onFlowStart");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onFlowEnd(FlowableInstance instance, FlowableNode node, FlowableAction action) {
|
||||
log.info("onFlowEnd");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onActionStart(FlowableInstance instance, FlowableNode node, FlowableAction action) {
|
||||
log.info("onActionStart");
|
||||
|
||||
Reference in New Issue
Block a user