add - 添加完成抄送
This commit is contained in:
parent
17ce573c8e
commit
a2a13f06ac
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user