update - 移除流程实例自己的变量名,不在 mq 事件中发送
This commit is contained in:
parent
0ec168e5c3
commit
693d39c013
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user