feature(improve) - 优化事件移除一些引擎内部常量
This commit is contained in:
parent
e371175be6
commit
ae1a6fc445
@ -122,7 +122,8 @@ public abstract class AbstractBpmnEventListener<T extends OperationContext> impl
|
||||
BpmnConstants.INTERNAL_PROCESS_TYPE_REJECT,
|
||||
BpmnConstants.INTERNAL_SPECIFY_NEXT_APPROVER,
|
||||
BpmnConstants.NUMBER_OF_INSTANCES,
|
||||
BpmnConstants.MULTI_INSTANCE_LOOP_COUNTER
|
||||
BpmnConstants.MULTI_INSTANCE_LOOP_COUNTER,
|
||||
BpmnConstants.CLOSE_PROCESS_ASSIGNER
|
||||
);
|
||||
if (!CollectionUtils.isEmpty(removeVariableKey)) {
|
||||
removeVariableKey.forEach(originVariables::remove);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user