add - 添加完成抄送

This commit is contained in:
wangli 2024-04-10 16:37:14 +08:00
parent 17ce573c8e
commit a2a13f06ac

View File

@ -17,6 +17,7 @@ import java.util.List;
import java.util.Set;
import static cn.axzo.workflow.core.engine.event.MessagePushEventType.CARBON_COPY;
import static cn.axzo.workflow.core.engine.event.MessagePushEventType.CARBON_COPY_COMPLETE;
import static cn.axzo.workflow.core.engine.event.MessagePushEventType.NOTICE;
import static cn.axzo.workflow.core.engine.event.MessagePushEventType.PENDING_COMPLETE;
import static cn.axzo.workflow.core.engine.event.MessagePushEventType.PENDING_PUSH;
@ -41,6 +42,7 @@ public class EngineNoticeEventListener extends AbstractFlowableEventListener {
.add(PENDING_PUSH)
.add(PENDING_COMPLETE)
.add(CARBON_COPY)
.add(CARBON_COPY_COMPLETE)
.add(SMS)
.build();