update - 移除流程实例自己的变量名,不在 mq 事件中发送

This commit is contained in:
wangli 2024-01-19 18:56:56 +08:00
parent 0ec168e5c3
commit 693d39c013

View File

@ -46,6 +46,7 @@ import static cn.axzo.workflow.common.constant.BpmnConstants.INTERNAL_TASK_RELAT
import static cn.axzo.workflow.common.constant.BpmnConstants.INTERNAL_TASK_RELATION_ASSIGNEE_LIST_INFO;
import static cn.axzo.workflow.common.constant.BpmnConstants.MULTI_INSTANCE_LOOP_COUNTER;
import static cn.axzo.workflow.common.constant.BpmnConstants.NUMBER_OF_INSTANCES;
import static cn.axzo.workflow.common.constant.BpmnConstants.TASK_COMPLETE_OPERATION_TYPE;
import static cn.axzo.workflow.common.constant.BpmnConstants.VAR_ACTIVITY_ID;
import static cn.axzo.workflow.common.constant.BpmnConstants.VAR_ACTIVITY_NAME;
import static cn.axzo.workflow.common.constant.BpmnConstants.VAR_BUSINESS_NAME;
@ -100,7 +101,8 @@ public class RocketMqMessagePushEventListener implements BpmnMessagePushEventLis
INTERNAL_TASK_RELATION_ASSIGNEE_INFO,
INTERNAL_ACTIVITY_RELATION_ASSIGNEE_LIST_INFO_SNAPSHOT,
NUMBER_OF_INSTANCES,
MULTI_INSTANCE_LOOP_COUNTER
MULTI_INSTANCE_LOOP_COUNTER,
TASK_COMPLETE_OPERATION_TYPE
);
@Override