feature(improve) - 优化事件移除一些引擎内部常量

This commit is contained in:
wangli 2026-03-23 14:26:54 +08:00
parent e371175be6
commit ae1a6fc445

View File

@ -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);