diff --git a/src/main/java/neatlogic/framework/process/stephandler/core/IProcessStepInternalHandler.java b/src/main/java/neatlogic/framework/process/stephandler/core/IProcessStepInternalHandler.java index 3731899a58354d18908098ca60d159e5e569a685..a3c365170532bb34dc1f3dc8bd5d7f9eee0a013e 100644 --- a/src/main/java/neatlogic/framework/process/stephandler/core/IProcessStepInternalHandler.java +++ b/src/main/java/neatlogic/framework/process/stephandler/core/IProcessStepInternalHandler.java @@ -1,6 +1,7 @@ package neatlogic.framework.process.stephandler.core; import com.alibaba.fastjson.JSONObject; +import neatlogic.framework.notify.core.INotifyPolicyHandler; import neatlogic.framework.process.constvalue.ProcessFlowDirection; import neatlogic.framework.process.constvalue.ProcessTaskOperationType; import neatlogic.framework.process.dto.ProcessStepVo; @@ -147,6 +148,14 @@ public interface IProcessStepInternalHandler { return newConfig; } + /** + * 返回该步骤的通知策略处理器类 + * @return + */ + default Class getNotifyPolicyHandlerClass() { + return null; + } + /** * @return void * @Description: 根据工单步骤id获取自定义按钮文案映射