2026-01-28 通用流程集成,第三方流程集成demo

This commit is contained in:
2026-01-28 00:25:06 +08:00
parent 6991a074dc
commit 45db1085d1
14 changed files with 621 additions and 56 deletions

View File

@@ -2,5 +2,5 @@
<plugin>
<id>src_flowIntegration</id>
<name>第三方流程集成</name>
<category>20250111</category>
<category>20260126</category>
</plugin>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans default-autowire="byName">
<bean id="srcFlowDao" class="com.seeyon.apps.src_flowIntegration.dao.SrcFlowDao"/>
</beans>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans default-autowire="byName">
<bean id="flowStatusCallbackNode" class="com.seeyon.apps.src_flowIntegration.node.FlowStatusCallbackNode"/>
</beans>

View File

@@ -5,4 +5,7 @@
<bean id="thirdSysBizMapService" class="com.seeyon.apps.src_flowIntegration.service.ThirdSysBizMapService"/>
<bean id="flowIntegrationService" class="com.seeyon.apps.src_flowIntegration.service.FlowIntegrationService"/>
<bean id="oaFlowCreateService" class="com.seeyon.apps.src_flowIntegration.service.OaFlowCreateService"/>
<bean id="configProvider" class="com.seeyon.apps.src_flowIntegration.config.FlowIntegrationConfigProvider"/>
</beans>