diff --git a/lab-plugin/lab-workflow/src/main/java/org/springblade/plugin/listener/ProcessEndListener.java b/lab-plugin/lab-workflow/src/main/java/org/springblade/plugin/listener/ProcessEndListener.java index 504927d..184a6d7 100644 --- a/lab-plugin/lab-workflow/src/main/java/org/springblade/plugin/listener/ProcessEndListener.java +++ b/lab-plugin/lab-workflow/src/main/java/org/springblade/plugin/listener/ProcessEndListener.java @@ -28,6 +28,7 @@ public class ProcessEndListener implements ExecutionListener { String event = delegateExecution.getEventName(); String processInstanceId = delegateExecution.getProcessInstanceId(); Map variables = delegateExecution.getVariables(); + switch (event) { case "start" : IAutoStartModelService autoStartModelService = (IAutoStartModelService)SpringContextHolder.getBean(AutoStartModelServiceImpl.class); diff --git a/lab-plugin/lab-workflow/src/main/resources/config.properties b/lab-plugin/lab-workflow/src/main/resources/config.properties new file mode 100644 index 0000000..11cee05 --- /dev/null +++ b/lab-plugin/lab-workflow/src/main/resources/config.properties @@ -0,0 +1,5 @@ +#系统配置信息 +#认证配置 +domain=yw.com.cn +ssoKey=SSOToken +keeperUrl=http://localhost:8088/Keeper.aspx \ No newline at end of file diff --git a/lab-service/lab-system/src/main/resources/config.properties b/lab-service/lab-system/src/main/resources/config.properties new file mode 100644 index 0000000..11cee05 --- /dev/null +++ b/lab-service/lab-system/src/main/resources/config.properties @@ -0,0 +1,5 @@ +#系统配置信息 +#认证配置 +domain=yw.com.cn +ssoKey=SSOToken +keeperUrl=http://localhost:8088/Keeper.aspx \ No newline at end of file