提交 348b94b9 编写于 作者: ibizdev's avatar ibizdev

ibizdev提交

上级 3d1d7d0b
......@@ -40,14 +40,14 @@
mvn install
cd ..
mvn install
cd im-app/im-app-wfweb
mvn clean package -Pprod
cd im-boot
mvn clean package
echo 'echo "$para1"' > apppasswd.sh
chmod -R 777 *
setsid env SSH_ASKPASS='./apppasswd.sh' DISPLAY='none:0' ssh root@172.16.102.61 "mkdir -p /ibiz/nodes/node1/AAD5D106-FE84-4E18-985D-A43198FE466F"
setsid env SSH_ASKPASS='./apppasswd.sh' DISPLAY='none:0' scp -r ./target/im-app-wfweb.jar root@172.16.102.61:/ibiz/nodes/node1/AAD5D106-FE84-4E18-985D-A43198FE466F
setsid env SSH_ASKPASS='./apppasswd.sh' DISPLAY='none:0' ssh root@172.16.102.61 "ps -ef | grep '/ibiz/nodes/node1/AAD5D106-FE84-4E18-985D-A43198FE466F'| tr -s ' '|cut -d' ' -f2,8,9 | grep -v grep | grep 'jar' | cut -d' ' -f1|xargs --no-run-if-empty kill -9"
setsid env SSH_ASKPASS='./apppasswd.sh' DISPLAY='none:0' ssh root@172.16.102.61 "source /etc/profile;source ~/.bash_profile; nohup java -jar -Xms512m -Xmx1024m -XX:PermSize=128M -XX:MaxPermSize=128m /ibiz/nodes/node1/AAD5D106-FE84-4E18-985D-A43198FE466F/im-app-wfweb.jar >>/ibiz/nodes/node1/AAD5D106-FE84-4E18-985D-A43198FE466F/im_appim 流程应用-`date --date='0 days ago' +%Y-%m-%d`.log 2>&1 &"
setsid env SSH_ASKPASS='./apppasswd.sh' DISPLAY='none:0' ssh root@172.16.102.61 "mkdir -p /ibiz/nodes/node1/DEEE206E-53BF-4A76-BBB4-0DBBAFEE9439"
setsid env SSH_ASKPASS='./apppasswd.sh' DISPLAY='none:0' scp -r ./target/im.jar root@172.16.102.61:/ibiz/nodes/node1/DEEE206E-53BF-4A76-BBB4-0DBBAFEE9439
setsid env SSH_ASKPASS='./apppasswd.sh' DISPLAY='none:0' ssh root@172.16.102.61 "ps -ef | grep '/ibiz/nodes/node1/DEEE206E-53BF-4A76-BBB4-0DBBAFEE9439'| tr -s ' '|cut -d' ' -f2,8,9 | grep -v grep | grep 'jar' | cut -d' ' -f1|xargs --no-run-if-empty kill -9"
setsid env SSH_ASKPASS='./apppasswd.sh' DISPLAY='none:0' ssh root@172.16.102.61 "source /etc/profile;source ~/.bash_profile; nohup java -jar -Xms512m -Xmx1024m -XX:PermSize=128M -XX:MaxPermSize=128m /ibiz/nodes/node1/DEEE206E-53BF-4A76-BBB4-0DBBAFEE9439/im.jar >>/ibiz/nodes/node1/DEEE206E-53BF-4A76-BBB4-0DBBAFEE9439/im_apiim 服务-`date --date='0 days ago' +%Y-%m-%d`.log 2>&1 &"
</command>
</hudson.tasks.Shell>
</builders>
......
server:
devmode: false
port: 8203
devmode: true
port: 8080
servlet:
session:
cookie:
......@@ -17,11 +17,11 @@ spring:
security:
cas:
server:
host: https://passport.ibizlab.cn
host: http://passportcs.ibizlab.cn
login: ${security.cas.server.host}/login
logout: ${security.cas.server.host}/logout
service:
host: http://172.16.102.61:${server.port}
host: http://localhost:${server.port}
login: /login/cas
logout: /logout
......@@ -36,7 +36,7 @@ logging:
app:
web:
url: http://172.16.102.61:${server.port}
url: http://localhost:${server.port}
wfstarturl: /#/%s/null/editview
# wfviewurl: /#/dewfdataredirectview
wfviewurl: /#/appwfdataredirectview
......@@ -46,7 +46,7 @@ app:
service-id: im
ibiz:
appid: 9103be434f8a0c34da8a8db8641a4ba3
appid: 0181dabebb43a83b572d6772fa09149b
appname: imweb
applogicname: im业务应用
......
......@@ -207,7 +207,7 @@ public class WFASService {
wfinstance.setBswfdata(wfas_id);
wfinstance.setPsworkflowid("61ba4cc481bd586d0f352ff23f7f1ace");
wfinstance.setWfengineid("ACTIVITI");
wfinstance.setPswfversionid("4d2a2d866e44aa62df80b5521e0f01d7");
wfinstance.setPswfversionid("7cb5ff1c6ffec1fb14676f401e2f7a1c");
wfinstance.setWfinstancename("加签 v1 - " + wfas.getWFASName());
wfinstance.setWfappid(sysInfoProperties.getAppid());
wfinstance.setWorkflowid(sysInfoProperties.getDomainid());
......@@ -389,7 +389,7 @@ public class WFASService {
// 引擎工作列表标识
params.put("srfwfengineworklistid", wfworklist.getWfengineworklistid());
// 访问url
PSWFVersion wfVer = uniWFFeignClient.getPSWFVersion("4d2a2d866e44aa62df80b5521e0f01d7");
PSWFVersion wfVer = uniWFFeignClient.getPSWFVersion("7cb5ff1c6ffec1fb14676f401e2f7a1c");
params.put("srfviewurl", wfVer.getViewurl() + "?srfkey=" + wfas_id + ";srfappde=WFAS;");
// 意见签
params.put("srfwfmemo", data.getString("srfwfmemo"));
......
......@@ -207,7 +207,7 @@ public class WFBCService {
wfinstance.setBswfdata(wfbc_id);
wfinstance.setPsworkflowid("d95fe2a1d9f0fffd81b11a864f2fc7a7");
wfinstance.setWfengineid("ACTIVITI");
wfinstance.setPswfversionid("0ccd959364f2eae9f3054e7fc56df96d");
wfinstance.setPswfversionid("5053c4ea3d081c5166f11ac30a7ed12e");
wfinstance.setWfinstancename("业务协作审批 v1 - " + wfbc.getWFBCName());
wfinstance.setWfappid(sysInfoProperties.getAppid());
wfinstance.setWorkflowid(sysInfoProperties.getDomainid());
......@@ -389,7 +389,7 @@ public class WFBCService {
// 引擎工作列表标识
params.put("srfwfengineworklistid", wfworklist.getWfengineworklistid());
// 访问url
PSWFVersion wfVer = uniWFFeignClient.getPSWFVersion("0ccd959364f2eae9f3054e7fc56df96d");
PSWFVersion wfVer = uniWFFeignClient.getPSWFVersion("5053c4ea3d081c5166f11ac30a7ed12e");
params.put("srfviewurl", wfVer.getViewurl() + "?srfkey=" + wfbc_id + ";srfappde=WFBC;");
// 意见签
params.put("srfwfmemo", data.getString("srfwfmemo"));
......
......@@ -207,7 +207,7 @@ public class WFBMService {
wfinstance.setBswfdata(wfbm_id);
wfinstance.setPsworkflowid("7ba93f6994808554d57fd44f804ae8a2");
wfinstance.setWfengineid("ACTIVITI");
wfinstance.setPswfversionid("c6d90f402346046491d30dba90a3c561");
wfinstance.setPswfversionid("8630508b011b5fb34be85ee2258e332d");
wfinstance.setWfinstancename("部门内审核 v1 - " + wfbm.getWFBMName());
wfinstance.setWfappid(sysInfoProperties.getAppid());
wfinstance.setWorkflowid(sysInfoProperties.getDomainid());
......@@ -389,7 +389,7 @@ public class WFBMService {
// 引擎工作列表标识
params.put("srfwfengineworklistid", wfworklist.getWfengineworklistid());
// 访问url
PSWFVersion wfVer = uniWFFeignClient.getPSWFVersion("c6d90f402346046491d30dba90a3c561");
PSWFVersion wfVer = uniWFFeignClient.getPSWFVersion("8630508b011b5fb34be85ee2258e332d");
params.put("srfviewurl", wfVer.getViewurl() + "?srfkey=" + wfbm_id + ";srfappde=WFBM;");
// 意见签
params.put("srfwfmemo", data.getString("srfwfmemo"));
......
......@@ -207,7 +207,7 @@ public class WFIMService {
wfinstance.setBswfdata(wfim_id);
wfinstance.setPsworkflowid("49cfb692bde2ae6d258b26681452fb57");
wfinstance.setWfengineid("ACTIVITI");
wfinstance.setPswfversionid("94475baa1c89a06ea5aab1a8783d8701");
wfinstance.setPswfversionid("da7f829788488a2ce89ad820a1635ded");
wfinstance.setWfinstancename("重要事项审批 v1 - " + wfim.getWFIMName());
wfinstance.setWfappid(sysInfoProperties.getAppid());
wfinstance.setWorkflowid(sysInfoProperties.getDomainid());
......@@ -389,7 +389,7 @@ public class WFIMService {
// 引擎工作列表标识
params.put("srfwfengineworklistid", wfworklist.getWfengineworklistid());
// 访问url
PSWFVersion wfVer = uniWFFeignClient.getPSWFVersion("94475baa1c89a06ea5aab1a8783d8701");
PSWFVersion wfVer = uniWFFeignClient.getPSWFVersion("da7f829788488a2ce89ad820a1635ded");
params.put("srfviewurl", wfVer.getViewurl() + "?srfkey=" + wfim_id + ";srfappde=WFIM;");
// 意见签
params.put("srfwfmemo", data.getString("srfwfmemo"));
......
server:
devmode: false
port: 8203
devmode: true
port: 8080
servlet:
session:
cookie:
......@@ -17,11 +17,11 @@ spring:
security:
cas:
server:
host: https://passport.ibizlab.cn
host: http://passportcs.ibizlab.cn
login: ${security.cas.server.host}/login
logout: ${security.cas.server.host}/logout
service:
host: http://172.16.102.61:${server.port}
host: http://localhost:${server.port}
login: /login/cas
logout: /logout
......@@ -36,7 +36,7 @@ logging:
app:
web:
url: http://172.16.102.61:${server.port}
url: http://localhost:${server.port}
wfstarturl: /#/%s/null/editview
# wfviewurl: /#/dewfdataredirectview
wfviewurl: /#/appwfdataredirectview
......@@ -46,7 +46,7 @@ app:
service-id: im
ibiz:
appid: 2a22f449a6dc68181a51547c063c5e03
appid: 08d1892d63b02d160fea49a42c37fa79
appname: imwfweb
applogicname: im流程应用
......
server:
devmode: false
port: 8203
devmode: true
port: 8080
servlet:
session:
cookie:
......@@ -17,11 +17,11 @@ spring:
security:
cas:
server:
host: https://passport.ibizlab.cn
host: http://passportcs.ibizlab.cn
login: ${security.cas.server.host}/login
logout: ${security.cas.server.host}/logout
service:
host: http://172.16.102.61:${server.port}
host: http://localhost:${server.port}
login: /login/cas
logout: /logout
......@@ -36,7 +36,7 @@ logging:
app:
web:
url: http://172.16.102.61:${server.port}
url: http://localhost:${server.port}
wfstarturl: /#/%s/null/editview
# wfviewurl: /#/dewfdataredirectview
wfviewurl: /#/appwfdataredirectview
......@@ -46,7 +46,7 @@ app:
service-id: im
ibiz:
appid: 7a4fc11794415895b79637eaeab38118
appid: 796abd1e6ef63721296bf0f19eb79f0f
appname: imwfweb2
applogicname: im流程应用2
......
......@@ -141,21 +141,21 @@ public class WFJob implements ApplicationRunner {
pswfrole0.setWfroletype("ORGSECTOR");
pswfroles.add(pswfrole0);
PSWFRole pswfrole1 = new PSWFRole();
pswfrole1.setPswfroleid("c24e4bdc1b87ba82187623202a70a603");
pswfrole1.setPswfroleid("1d3ee34582ecb3b3903d9a35ebef9dab");
pswfrole1.setPswfrolename("分送人");
pswfrole1.setOrgid(sysInfoProperties.getSysorgid());
pswfrole1.setOrgdeptid(sysInfoProperties.getSysorgdeptid());
pswfrole1.setWfroletype("ORGUSERGROUP");
pswfroles.add(pswfrole1);
PSWFRole pswfrole2 = new PSWFRole();
pswfrole2.setPswfroleid("e6a1cd0b20573e4e7c3185a0307e6740");
pswfrole2.setPswfroleid("440f8fa136acdc5064862527224150ee");
pswfrole2.setPswfrolename("部门员工");
pswfrole2.setOrgid(sysInfoProperties.getSysorgid());
pswfrole2.setOrgdeptid(sysInfoProperties.getSysorgdeptid());
pswfrole2.setWfroletype("ORGSECTORUSERGROUP");
pswfroles.add(pswfrole2);
PSWFRole pswfrole3 = new PSWFRole();
pswfrole3.setPswfroleid("b54aceeaef2df5de5492fe9f091b09b2");
pswfrole3.setPswfroleid("55e8a8d907bcbe8d120a8d1a59d3f4da");
pswfrole3.setPswfrolename("首席风险官");
pswfrole3.setOrgid(sysInfoProperties.getSysorgid());
pswfrole3.setOrgdeptid(sysInfoProperties.getSysorgdeptid());
......@@ -169,14 +169,14 @@ public class WFJob implements ApplicationRunner {
pswfrole4.setWfroletype("ORGSECTORADMIN");
pswfroles.add(pswfrole4);
PSWFRole pswfrole5 = new PSWFRole();
pswfrole5.setPswfroleid("23f6b7e0feacdccc687f4df9f2d00b3a");
pswfrole5.setPswfroleid("0bdac7037a023455500523fade157a52");
pswfrole5.setPswfrolename("部门领导");
pswfrole5.setOrgid(sysInfoProperties.getSysorgid());
pswfrole5.setOrgdeptid(sysInfoProperties.getSysorgdeptid());
pswfrole5.setWfroletype("ORGSECTORUSERGROUP");
pswfroles.add(pswfrole5);
PSWFRole pswfrole6 = new PSWFRole();
pswfrole6.setPswfroleid("431f4105523a30fbf66e1c6a40ce51cc");
pswfrole6.setPswfroleid("936c95f22b04074d465da056021e812e");
pswfrole6.setPswfrolename("合规总监");
pswfrole6.setOrgid(sysInfoProperties.getSysorgid());
pswfrole6.setOrgdeptid(sysInfoProperties.getSysorgdeptid());
......@@ -190,14 +190,14 @@ public class WFJob implements ApplicationRunner {
pswfrole7.setWfroletype("PORGSECTOR");
pswfroles.add(pswfrole7);
PSWFRole pswfrole8 = new PSWFRole();
pswfrole8.setPswfroleid("7edfc53017b3a276081368a3fa614fc3");
pswfrole8.setPswfroleid("56a8b5a7afa8b19eb770be8efa0b3079");
pswfrole8.setPswfrolename("跨公司领导");
pswfrole8.setOrgid(sysInfoProperties.getSysorgid());
pswfrole8.setOrgdeptid(sysInfoProperties.getSysorgdeptid());
pswfrole8.setWfroletype("ORGUSERGROUP");
pswfroles.add(pswfrole8);
PSWFRole pswfrole9 = new PSWFRole();
pswfrole9.setPswfroleid("e5f4d85354010bbd3f50d2b61abdb8dc");
pswfrole9.setPswfroleid("74c3e5b285432265247a1171c1c91754");
pswfrole9.setPswfrolename("跨公司部门");
pswfrole9.setOrgid(sysInfoProperties.getSysorgid());
pswfrole9.setOrgdeptid(sysInfoProperties.getSysorgdeptid());
......
server:
port: 8080
port: 8101
spring:
application:
......
......@@ -5,9 +5,9 @@ ibiz:
systemid: 1D551744-E7FE-4E6E-B4CB-B5BF6C336A00
systemname: im
systemlogicname: im
sysorgid:
sysorgid: 7feb41d6ba62a0a2a816cd5c76ce18e7
sysorgdeptid:
systype:
systype: ORGWFSYS
client:
wf:
uni:
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1ol52mu" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="6.3.3">
<bpmn:process id="ACTIVITI4d2a2d866e44aa62df80b5521e0f01d7aswfv1" isExecutable="true" >
<bpmn:process id="ACTIVITI7cb5ff1c6ffec1fb14676f401e2f7a1caswfv1" isExecutable="true" >
<bpmn:startEvent id="ACTIVITI294ff50372539a051471f74d70e5aabc" name="处理"/>
<bpmn:task id="ACTIVITI626a68ec6377923a925322edc502388f" name="加签" >
<bpmn:startEvent id="ACTIVITIe7125087e3fd766cceb41328e438f926" name="处理"/>
<bpmn:task id="ACTIVITIf2bb7333a85535de39f454d8c83639e8" name="加签" >
</bpmn:task>
<bpmn:endEvent id="ACTIVITIb0f9f538a62566169c1eb9748a73320a" name="处理"/>
<bpmn:sequenceFlow id="ACTIVITI739c466c07bbc7e7dd2aab3258c38ec1" sourceRef="ACTIVITI294ff50372539a051471f74d70e5aabc" targetRef="ACTIVITI626a68ec6377923a925322edc502388f">
<bpmn:endEvent id="ACTIVITI429f731a4cd78d18bb9d46d61fafc968" name="处理"/>
<bpmn:sequenceFlow id="ACTIVITI6f78be728a5d3dde443776af6d4920fc" sourceRef="ACTIVITIe7125087e3fd766cceb41328e438f926" targetRef="ACTIVITIf2bb7333a85535de39f454d8c83639e8">
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="ACTIVITI51437022aba36c0aa362e7b74024a7d2" sourceRef="ACTIVITI626a68ec6377923a925322edc502388f" targetRef="ACTIVITIb0f9f538a62566169c1eb9748a73320a">
<bpmn:sequenceFlow id="ACTIVITI911dcd19966ec5c1ff800a09667221ae" sourceRef="ACTIVITIf2bb7333a85535de39f454d8c83639e8" targetRef="ACTIVITI429f731a4cd78d18bb9d46d61fafc968">
</bpmn:sequenceFlow>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ACTIVITI4d2a2d866e44aa62df80b5521e0f01d7aswfv1">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI294ff50372539a051471f74d70e5aabc" bpmnElement="ACTIVITI294ff50372539a051471f74d70e5aabc">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ACTIVITI7cb5ff1c6ffec1fb14676f401e2f7a1caswfv1">
<bpmndi:BPMNShape id="SHAPE-ACTIVITIe7125087e3fd766cceb41328e438f926" bpmnElement="ACTIVITIe7125087e3fd766cceb41328e438f926">
<dc:Bounds x="75" y="99" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SHAPE-ACTIVITI626a68ec6377923a925322edc502388f" bpmnElement="ACTIVITI626a68ec6377923a925322edc502388f">
<bpmndi:BPMNShape id="SHAPE-ACTIVITIf2bb7333a85535de39f454d8c83639e8" bpmnElement="ACTIVITIf2bb7333a85535de39f454d8c83639e8">
<dc:Bounds x="150" y="74" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SHAPE-ACTIVITIb0f9f538a62566169c1eb9748a73320a" bpmnElement="ACTIVITIb0f9f538a62566169c1eb9748a73320a">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI429f731a4cd78d18bb9d46d61fafc968" bpmnElement="ACTIVITI429f731a4cd78d18bb9d46d61fafc968">
<dc:Bounds x="295" y="100" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="EDGE-ACTIVITI739c466c07bbc7e7dd2aab3258c38ec1" bpmnElement="ACTIVITI739c466c07bbc7e7dd2aab3258c38ec1">
<bpmndi:BPMNEdge id="EDGE-ACTIVITI6f78be728a5d3dde443776af6d4920fc" bpmnElement="ACTIVITI6f78be728a5d3dde443776af6d4920fc">
<di:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="EDGE-ACTIVITI51437022aba36c0aa362e7b74024a7d2" bpmnElement="ACTIVITI51437022aba36c0aa362e7b74024a7d2">
<bpmndi:BPMNEdge id="EDGE-ACTIVITI911dcd19966ec5c1ff800a09667221ae" bpmnElement="ACTIVITI911dcd19966ec5c1ff800a09667221ae">
<di:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1ol52mu" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="6.3.3">
<bpmn:process id="ACTIVITIc6d90f402346046491d30dba90a3c561bmwfv1" isExecutable="true" >
<bpmn:process id="ACTIVITI8630508b011b5fb34be85ee2258e332dbmwfv1" isExecutable="true" >
<bpmn:endEvent id="ACTIVITI37f5d9f1e5651c2441cb563c0dd6b130" name="结束"/>
<bpmn:task id="ACTIVITI032a192bf601e3728492a0ca757bc599" name="相关人员审批" >
<bpmn:endEvent id="ACTIVITI7cb2ca3fd56e8fee8125c0e9e369b7a3" name="结束"/>
<bpmn:task id="ACTIVITIfaa0d473568865a83c34043f1afe3b06" name="相关人员审批" >
</bpmn:task>
<bpmn:task id="ACTIVITI431eb0b7792baedbe404f95938b2a4ff" name="部门领导审批" >
<bpmn:task id="ACTIVITI626e605d4265abf5b90545145c38e4db" name="部门领导审批" >
</bpmn:task>
<bpmn:startEvent id="ACTIVITI84e12275f614cd358c92e71d377f9590" name="开始"/>
<bpmn:sequenceFlow id="ACTIVITI8e732b1b30bac57be044c9b419fc87cc" sourceRef="ACTIVITI032a192bf601e3728492a0ca757bc599" targetRef="ACTIVITI431eb0b7792baedbe404f95938b2a4ff">
<bpmn:startEvent id="ACTIVITI8394fc97d0d7883d3df753dd546a38b8" name="开始"/>
<bpmn:sequenceFlow id="ACTIVITI7e5e05eb70aece70c5a725c52d64cdb9" sourceRef="ACTIVITIfaa0d473568865a83c34043f1afe3b06" targetRef="ACTIVITI626e605d4265abf5b90545145c38e4db">
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="ACTIVITI126603f18773a9cd1b53bec25df19307" sourceRef="ACTIVITI431eb0b7792baedbe404f95938b2a4ff" targetRef="ACTIVITI37f5d9f1e5651c2441cb563c0dd6b130">
<bpmn:sequenceFlow id="ACTIVITIc22292124ded31c89f1ad5701886c974" sourceRef="ACTIVITI626e605d4265abf5b90545145c38e4db" targetRef="ACTIVITI7cb2ca3fd56e8fee8125c0e9e369b7a3">
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="ACTIVITI295fdaa231b8746509cd8332dca1cc9f" sourceRef="ACTIVITI84e12275f614cd358c92e71d377f9590" targetRef="ACTIVITI032a192bf601e3728492a0ca757bc599">
<bpmn:sequenceFlow id="ACTIVITI34d1be18044d5e8e0038e57539f67aaf" sourceRef="ACTIVITI8394fc97d0d7883d3df753dd546a38b8" targetRef="ACTIVITIfaa0d473568865a83c34043f1afe3b06">
</bpmn:sequenceFlow>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ACTIVITIc6d90f402346046491d30dba90a3c561bmwfv1">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI37f5d9f1e5651c2441cb563c0dd6b130" bpmnElement="ACTIVITI37f5d9f1e5651c2441cb563c0dd6b130">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ACTIVITI8630508b011b5fb34be85ee2258e332dbmwfv1">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI7cb2ca3fd56e8fee8125c0e9e369b7a3" bpmnElement="ACTIVITI7cb2ca3fd56e8fee8125c0e9e369b7a3">
<dc:Bounds x="540" y="90" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SHAPE-ACTIVITI032a192bf601e3728492a0ca757bc599" bpmnElement="ACTIVITI032a192bf601e3728492a0ca757bc599">
<bpmndi:BPMNShape id="SHAPE-ACTIVITIfaa0d473568865a83c34043f1afe3b06" bpmnElement="ACTIVITIfaa0d473568865a83c34043f1afe3b06">
<dc:Bounds x="150" y="64" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SHAPE-ACTIVITI431eb0b7792baedbe404f95938b2a4ff" bpmnElement="ACTIVITI431eb0b7792baedbe404f95938b2a4ff">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI626e605d4265abf5b90545145c38e4db" bpmnElement="ACTIVITI626e605d4265abf5b90545145c38e4db">
<dc:Bounds x="345" y="64" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SHAPE-ACTIVITI84e12275f614cd358c92e71d377f9590" bpmnElement="ACTIVITI84e12275f614cd358c92e71d377f9590">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI8394fc97d0d7883d3df753dd546a38b8" bpmnElement="ACTIVITI8394fc97d0d7883d3df753dd546a38b8">
<dc:Bounds x="81" y="89" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="EDGE-ACTIVITI8e732b1b30bac57be044c9b419fc87cc" bpmnElement="ACTIVITI8e732b1b30bac57be044c9b419fc87cc">
<bpmndi:BPMNEdge id="EDGE-ACTIVITI7e5e05eb70aece70c5a725c52d64cdb9" bpmnElement="ACTIVITI7e5e05eb70aece70c5a725c52d64cdb9">
<di:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="EDGE-ACTIVITI126603f18773a9cd1b53bec25df19307" bpmnElement="ACTIVITI126603f18773a9cd1b53bec25df19307">
<bpmndi:BPMNEdge id="EDGE-ACTIVITIc22292124ded31c89f1ad5701886c974" bpmnElement="ACTIVITIc22292124ded31c89f1ad5701886c974">
<di:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="EDGE-ACTIVITI295fdaa231b8746509cd8332dca1cc9f" bpmnElement="ACTIVITI295fdaa231b8746509cd8332dca1cc9f">
<bpmndi:BPMNEdge id="EDGE-ACTIVITI34d1be18044d5e8e0038e57539f67aaf" bpmnElement="ACTIVITI34d1be18044d5e8e0038e57539f67aaf">
<di:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1ol52mu" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="6.3.3">
<bpmn:process id="ACTIVITI1af0a53c7c676beca6e1fc782da5506aimwfv2" isExecutable="true" >
<bpmn:process id="ACTIVITI0608926c15dd57b9a63cd657b44727e5imwfv2" isExecutable="true" >
<bpmn:endEvent id="ACTIVITIa046fdf5b29c3a851ef73a0eafe97a6f" name="结束"/>
<bpmn:task id="ACTIVITI7dcb8b2768de5dddf0c808c2d2f27e4c" name="部门领导审核" >
<bpmn:endEvent id="ACTIVITI10318b15100952dbb5f3b0625698c66c" name="结束"/>
<bpmn:task id="ACTIVITId9feb59b03248e0efeb2180f873965f6" name="部门领导审核" >
</bpmn:task>
<bpmn:startEvent id="ACTIVITI067a7a4be10f76853f2db0491ebc9cca" name="开始"/>
<bpmn:sequenceFlow id="ACTIVITI63ae61bf3711193f42ec03293f134173" sourceRef="ACTIVITI7dcb8b2768de5dddf0c808c2d2f27e4c" targetRef="ACTIVITIa046fdf5b29c3a851ef73a0eafe97a6f">
<bpmn:startEvent id="ACTIVITIad2ad694ee264a0de4c56582d06ac55d" name="开始"/>
<bpmn:sequenceFlow id="ACTIVITIe3b8c8bdd2d7dc8bcc02bbb7fc3ce332" sourceRef="ACTIVITId9feb59b03248e0efeb2180f873965f6" targetRef="ACTIVITI10318b15100952dbb5f3b0625698c66c">
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="ACTIVITIbb4679a136dbcf99f02aa75827ae2a36" sourceRef="ACTIVITI067a7a4be10f76853f2db0491ebc9cca" targetRef="ACTIVITI7dcb8b2768de5dddf0c808c2d2f27e4c">
<bpmn:sequenceFlow id="ACTIVITI8e5e0c8084a678697fd16c9239522f9c" sourceRef="ACTIVITIad2ad694ee264a0de4c56582d06ac55d" targetRef="ACTIVITId9feb59b03248e0efeb2180f873965f6">
</bpmn:sequenceFlow>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ACTIVITI1af0a53c7c676beca6e1fc782da5506aimwfv2">
<bpmndi:BPMNShape id="SHAPE-ACTIVITIa046fdf5b29c3a851ef73a0eafe97a6f" bpmnElement="ACTIVITIa046fdf5b29c3a851ef73a0eafe97a6f">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ACTIVITI0608926c15dd57b9a63cd657b44727e5imwfv2">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI10318b15100952dbb5f3b0625698c66c" bpmnElement="ACTIVITI10318b15100952dbb5f3b0625698c66c">
<dc:Bounds x="383" y="98" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SHAPE-ACTIVITI7dcb8b2768de5dddf0c808c2d2f27e4c" bpmnElement="ACTIVITI7dcb8b2768de5dddf0c808c2d2f27e4c">
<bpmndi:BPMNShape id="SHAPE-ACTIVITId9feb59b03248e0efeb2180f873965f6" bpmnElement="ACTIVITId9feb59b03248e0efeb2180f873965f6">
<dc:Bounds x="238" y="72" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SHAPE-ACTIVITI067a7a4be10f76853f2db0491ebc9cca" bpmnElement="ACTIVITI067a7a4be10f76853f2db0491ebc9cca">
<bpmndi:BPMNShape id="SHAPE-ACTIVITIad2ad694ee264a0de4c56582d06ac55d" bpmnElement="ACTIVITIad2ad694ee264a0de4c56582d06ac55d">
<dc:Bounds x="163" y="97" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="EDGE-ACTIVITI63ae61bf3711193f42ec03293f134173" bpmnElement="ACTIVITI63ae61bf3711193f42ec03293f134173">
<bpmndi:BPMNEdge id="EDGE-ACTIVITIe3b8c8bdd2d7dc8bcc02bbb7fc3ce332" bpmnElement="ACTIVITIe3b8c8bdd2d7dc8bcc02bbb7fc3ce332">
<di:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="EDGE-ACTIVITIbb4679a136dbcf99f02aa75827ae2a36" bpmnElement="ACTIVITIbb4679a136dbcf99f02aa75827ae2a36">
<bpmndi:BPMNEdge id="EDGE-ACTIVITI8e5e0c8084a678697fd16c9239522f9c" bpmnElement="ACTIVITI8e5e0c8084a678697fd16c9239522f9c">
<di:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1ol52mu" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="6.3.3">
<bpmn:process id="ACTIVITI0ccd959364f2eae9f3054e7fc56df96dpswfv1" isExecutable="true" >
<bpmn:process id="ACTIVITI5053c4ea3d081c5166f11ac30a7ed12epswfv1" isExecutable="true" >
<bpmn:endEvent id="ACTIVITI4f711c134329a653331e2f900ed0e87d" name="结束"/>
<bpmn:startEvent id="ACTIVITI4622eb3256c4b71dd6758818fcf53738" name="开始"/>
<bpmn:task id="ACTIVITI66c29d7e843e603e5e2aee546c85173e" name="部门领导审批" >
<bpmn:endEvent id="ACTIVITI53671e9137733840de33a3b8a8e827bf" name="结束"/>
<bpmn:startEvent id="ACTIVITIbfc315a29db03bb42757dfd165bd87d2" name="开始"/>
<bpmn:task id="ACTIVITI27c5fff27740ac4dad2b1a4cbde33914" name="部门领导审批" >
</bpmn:task>
<bpmn:sequenceFlow id="ACTIVITI5a6d35a9c94b2f3a88150c4353042cc5" sourceRef="ACTIVITI66c29d7e843e603e5e2aee546c85173e" targetRef="ACTIVITI4f711c134329a653331e2f900ed0e87d">
<bpmn:sequenceFlow id="ACTIVITI315b70473434258a9d3b5322a05aa112" sourceRef="ACTIVITI27c5fff27740ac4dad2b1a4cbde33914" targetRef="ACTIVITI53671e9137733840de33a3b8a8e827bf">
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="ACTIVITI27f394273823f8febe5aba467115146d" sourceRef="ACTIVITI4622eb3256c4b71dd6758818fcf53738" targetRef="ACTIVITI66c29d7e843e603e5e2aee546c85173e">
<bpmn:sequenceFlow id="ACTIVITI234c870c827621ebc030cbebb1e46f79" sourceRef="ACTIVITIbfc315a29db03bb42757dfd165bd87d2" targetRef="ACTIVITI27c5fff27740ac4dad2b1a4cbde33914">
</bpmn:sequenceFlow>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ACTIVITI0ccd959364f2eae9f3054e7fc56df96dpswfv1">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI4f711c134329a653331e2f900ed0e87d" bpmnElement="ACTIVITI4f711c134329a653331e2f900ed0e87d">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="ACTIVITI5053c4ea3d081c5166f11ac30a7ed12epswfv1">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI53671e9137733840de33a3b8a8e827bf" bpmnElement="ACTIVITI53671e9137733840de33a3b8a8e827bf">
<dc:Bounds x="360" y="113" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SHAPE-ACTIVITI4622eb3256c4b71dd6758818fcf53738" bpmnElement="ACTIVITI4622eb3256c4b71dd6758818fcf53738">
<bpmndi:BPMNShape id="SHAPE-ACTIVITIbfc315a29db03bb42757dfd165bd87d2" bpmnElement="ACTIVITIbfc315a29db03bb42757dfd165bd87d2">
<dc:Bounds x="60" y="112" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="SHAPE-ACTIVITI66c29d7e843e603e5e2aee546c85173e" bpmnElement="ACTIVITI66c29d7e843e603e5e2aee546c85173e">
<bpmndi:BPMNShape id="SHAPE-ACTIVITI27c5fff27740ac4dad2b1a4cbde33914" bpmnElement="ACTIVITI27c5fff27740ac4dad2b1a4cbde33914">
<dc:Bounds x="165" y="87" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="EDGE-ACTIVITI5a6d35a9c94b2f3a88150c4353042cc5" bpmnElement="ACTIVITI5a6d35a9c94b2f3a88150c4353042cc5">
<bpmndi:BPMNEdge id="EDGE-ACTIVITI315b70473434258a9d3b5322a05aa112" bpmnElement="ACTIVITI315b70473434258a9d3b5322a05aa112">
<di:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="EDGE-ACTIVITI27f394273823f8febe5aba467115146d" bpmnElement="ACTIVITI27f394273823f8febe5aba467115146d">
<bpmndi:BPMNEdge id="EDGE-ACTIVITI234c870c827621ebc030cbebb1e46f79" bpmnElement="ACTIVITI234c870c827621ebc030cbebb1e46f79">
<di:waypoint x="0" y="0" />
<di:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1582525263703" name="" targetNamespace="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema">
<process id="ACTIVITI4d2a2d866e44aa62df80b5521e0f01d7aswfv1" isClosed="false" isExecutable="true" name="加签 v1" processType="None">
<process id="ACTIVITI7cb5ff1c6ffec1fb14676f401e2f7a1caswfv1" isClosed="false" isExecutable="true" name="加签 v1" processType="None">
<extensionElements>
<activiti:eventListener delegateExpression="${processInstanceListener}" />
</extensionElements>
<startEvent id="ACTIVITI294ff50372539a051471f74d70e5aabc" name="处理"/>
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITI626a68ec6377923a925322edc502388f" name="加签" >
<startEvent id="ACTIVITIe7125087e3fd766cceb41328e438f926" name="处理"/>
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITIf2bb7333a85535de39f454d8c83639e8" name="加签" >
<extensionElements>
</extensionElements>
</userTask>
<endEvent id="ACTIVITIb0f9f538a62566169c1eb9748a73320a" name="处理"/>
<sequenceFlow id="ACTIVITI739c466c07bbc7e7dd2aab3258c38ec1" sourceRef="ACTIVITI294ff50372539a051471f74d70e5aabc" targetRef="ACTIVITI626a68ec6377923a925322edc502388f">
<endEvent id="ACTIVITI429f731a4cd78d18bb9d46d61fafc968" name="处理"/>
<sequenceFlow id="ACTIVITI6f78be728a5d3dde443776af6d4920fc" sourceRef="ACTIVITIe7125087e3fd766cceb41328e438f926" targetRef="ACTIVITIf2bb7333a85535de39f454d8c83639e8">
</sequenceFlow>
<sequenceFlow id="ACTIVITI51437022aba36c0aa362e7b74024a7d2" sourceRef="ACTIVITI626a68ec6377923a925322edc502388f" targetRef="ACTIVITIb0f9f538a62566169c1eb9748a73320a">
<sequenceFlow id="ACTIVITI911dcd19966ec5c1ff800a09667221ae" sourceRef="ACTIVITIf2bb7333a85535de39f454d8c83639e8" targetRef="ACTIVITI429f731a4cd78d18bb9d46d61fafc968">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${srfconnection=="C3598"}]]></conditionExpression>
</sequenceFlow>
</process>
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1582525263703" name="" targetNamespace="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema">
<process id="ACTIVITIc6d90f402346046491d30dba90a3c561bmwfv1" isClosed="false" isExecutable="true" name="部门内审核 v1" processType="None">
<process id="ACTIVITI8630508b011b5fb34be85ee2258e332dbmwfv1" isClosed="false" isExecutable="true" name="部门内审核 v1" processType="None">
<extensionElements>
<activiti:eventListener delegateExpression="${processInstanceListener}" />
</extensionElements>
<endEvent id="ACTIVITI37f5d9f1e5651c2441cb563c0dd6b130" name="结束"/>
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITI032a192bf601e3728492a0ca757bc599" name="相关人员审批" >
<endEvent id="ACTIVITI7cb2ca3fd56e8fee8125c0e9e369b7a3" name="结束"/>
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITIfaa0d473568865a83c34043f1afe3b06" name="相关人员审批" >
<extensionElements>
<activiti:formProperty id="ef2583e5bff924e3df52c5380a7f41a9" name="[当前数据属性]" type="UDACTOR"/>
</extensionElements>
</userTask>
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITI431eb0b7792baedbe404f95938b2a4ff" name="部门领导审批" >
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITI626e605d4265abf5b90545145c38e4db" name="部门领导审批" >
<extensionElements>
<activiti:formProperty id="cc29cdf1a9f026b60f181e362aebbe93" name="[当前数据属性]" type="UDACTOR"/>
</extensionElements>
</userTask>
<startEvent id="ACTIVITI84e12275f614cd358c92e71d377f9590" name="开始"/>
<sequenceFlow id="ACTIVITI8e732b1b30bac57be044c9b419fc87cc" sourceRef="ACTIVITI032a192bf601e3728492a0ca757bc599" targetRef="ACTIVITI431eb0b7792baedbe404f95938b2a4ff">
<startEvent id="ACTIVITI8394fc97d0d7883d3df753dd546a38b8" name="开始"/>
<sequenceFlow id="ACTIVITI7e5e05eb70aece70c5a725c52d64cdb9" sourceRef="ACTIVITIfaa0d473568865a83c34043f1afe3b06" targetRef="ACTIVITI626e605d4265abf5b90545145c38e4db">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${srfconnection=="C73"}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="ACTIVITI126603f18773a9cd1b53bec25df19307" sourceRef="ACTIVITI431eb0b7792baedbe404f95938b2a4ff" targetRef="ACTIVITI37f5d9f1e5651c2441cb563c0dd6b130">
<sequenceFlow id="ACTIVITIc22292124ded31c89f1ad5701886c974" sourceRef="ACTIVITI626e605d4265abf5b90545145c38e4db" targetRef="ACTIVITI7cb2ca3fd56e8fee8125c0e9e369b7a3">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${srfconnection=="C63"}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="ACTIVITI295fdaa231b8746509cd8332dca1cc9f" sourceRef="ACTIVITI84e12275f614cd358c92e71d377f9590" targetRef="ACTIVITI032a192bf601e3728492a0ca757bc599">
<sequenceFlow id="ACTIVITI34d1be18044d5e8e0038e57539f67aaf" sourceRef="ACTIVITI8394fc97d0d7883d3df753dd546a38b8" targetRef="ACTIVITIfaa0d473568865a83c34043f1afe3b06">
</sequenceFlow>
</process>
</definitions>
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1582525263703" name="" targetNamespace="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema">
<process id="ACTIVITI1af0a53c7c676beca6e1fc782da5506aimwfv2" isClosed="false" isExecutable="true" name="重要事项审批 v2" processType="None">
<process id="ACTIVITI0608926c15dd57b9a63cd657b44727e5imwfv2" isClosed="false" isExecutable="true" name="重要事项审批 v2" processType="None">
<extensionElements>
<activiti:eventListener delegateExpression="${processInstanceListener}" />
</extensionElements>
<endEvent id="ACTIVITIa046fdf5b29c3a851ef73a0eafe97a6f" name="结束"/>
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITI7dcb8b2768de5dddf0c808c2d2f27e4c" name="部门领导审核" >
<endEvent id="ACTIVITI10318b15100952dbb5f3b0625698c66c" name="结束"/>
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITId9feb59b03248e0efeb2180f873965f6" name="部门领导审核" >
<extensionElements>
<activiti:formProperty id="744f92656c9738ee1b049ae486ce4fdb" name="[当前数据属性]" type="UDACTOR"/>
</extensionElements>
</userTask>
<startEvent id="ACTIVITI067a7a4be10f76853f2db0491ebc9cca" name="开始"/>
<sequenceFlow id="ACTIVITI63ae61bf3711193f42ec03293f134173" sourceRef="ACTIVITI7dcb8b2768de5dddf0c808c2d2f27e4c" targetRef="ACTIVITIa046fdf5b29c3a851ef73a0eafe97a6f">
<startEvent id="ACTIVITIad2ad694ee264a0de4c56582d06ac55d" name="开始"/>
<sequenceFlow id="ACTIVITIe3b8c8bdd2d7dc8bcc02bbb7fc3ce332" sourceRef="ACTIVITId9feb59b03248e0efeb2180f873965f6" targetRef="ACTIVITI10318b15100952dbb5f3b0625698c66c">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${srfconnection=="C4699"}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="ACTIVITIbb4679a136dbcf99f02aa75827ae2a36" sourceRef="ACTIVITI067a7a4be10f76853f2db0491ebc9cca" targetRef="ACTIVITI7dcb8b2768de5dddf0c808c2d2f27e4c">
<sequenceFlow id="ACTIVITI8e5e0c8084a678697fd16c9239522f9c" sourceRef="ACTIVITIad2ad694ee264a0de4c56582d06ac55d" targetRef="ACTIVITId9feb59b03248e0efeb2180f873965f6">
</sequenceFlow>
</process>
</definitions>
......
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1582525263703" name="" targetNamespace="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema">
<process id="ACTIVITI0ccd959364f2eae9f3054e7fc56df96dpswfv1" isClosed="false" isExecutable="true" name="业务协作审批 v1" processType="None">
<process id="ACTIVITI5053c4ea3d081c5166f11ac30a7ed12epswfv1" isClosed="false" isExecutable="true" name="业务协作审批 v1" processType="None">
<extensionElements>
<activiti:eventListener delegateExpression="${processInstanceListener}" />
</extensionElements>
<endEvent id="ACTIVITI4f711c134329a653331e2f900ed0e87d" name="结束"/>
<startEvent id="ACTIVITI4622eb3256c4b71dd6758818fcf53738" name="开始"/>
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITI66c29d7e843e603e5e2aee546c85173e" name="部门领导审批" >
<endEvent id="ACTIVITI53671e9137733840de33a3b8a8e827bf" name="结束"/>
<startEvent id="ACTIVITIbfc315a29db03bb42757dfd165bd87d2" name="开始"/>
<userTask activiti:candidateUsers="${candidateUsers}" activiti:exclusive="true" id="ACTIVITI27c5fff27740ac4dad2b1a4cbde33914" name="部门领导审批" >
<extensionElements>
<activiti:formProperty id="eb90e9d5d24fffa6beb05ae5e15134fa" name="[当前数据属性]" type="UDACTOR"/>
</extensionElements>
</userTask>
<sequenceFlow id="ACTIVITI5a6d35a9c94b2f3a88150c4353042cc5" sourceRef="ACTIVITI66c29d7e843e603e5e2aee546c85173e" targetRef="ACTIVITI4f711c134329a653331e2f900ed0e87d">
<sequenceFlow id="ACTIVITI315b70473434258a9d3b5322a05aa112" sourceRef="ACTIVITI27c5fff27740ac4dad2b1a4cbde33914" targetRef="ACTIVITI53671e9137733840de33a3b8a8e827bf">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${srfconnection=="C43"}]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="ACTIVITI27f394273823f8febe5aba467115146d" sourceRef="ACTIVITI4622eb3256c4b71dd6758818fcf53738" targetRef="ACTIVITI66c29d7e843e603e5e2aee546c85173e">
<sequenceFlow id="ACTIVITI234c870c827621ebc030cbebb1e46f79" sourceRef="ACTIVITIbfc315a29db03bb42757dfd165bd87d2" targetRef="ACTIVITI27c5fff27740ac4dad2b1a4cbde33914">
</sequenceFlow>
</process>
</definitions>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册