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

generator before deploy...

generator before deploy registry.cn-shanghai.aliyuncs.com/ibizsys/samplesolution-demosys-api-demoapi:2022.11.18.003
上级 6d94765d
......@@ -12,4 +12,4 @@
**.iml
*.jar
*.log
.DS_Store
.DS_Store
\ No newline at end of file
......@@ -51,4 +51,4 @@ public class BootApplication extends WebMvcConfigurerAdapter {
super.addArgumentResolvers(argumentResolvers);
argumentResolvers.add(resolver);
}
}
}
\ No newline at end of file
......@@ -10,8 +10,8 @@
</parent>
<artifactId>demo-core</artifactId>
<name>后台服务 Core</name>
<description>后台服务 Core</description>
<name>Demo Core</name>
<description>后台服务 Core,模板生成代码,再次发布会覆盖,建议不要直接修改,修改请在demo-boot项目中继承或覆盖重写</description>
<dependencies>
......@@ -20,6 +20,14 @@
<artifactId>ibizlab-boot-starter-data</artifactId>
<version>2.4.0-SNAPSHOT</version>
</dependency>
<!-- MySQL驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependencies>
<properties>
......@@ -93,4 +101,4 @@
</profile>
</profiles>
</project>
</project>
\ No newline at end of file
[
{
"name":"年度",
"code":"Years",
"group":"",
"memo":"",
"enable":"",
}
]
[
{
"name": "年度",
"code": "Years",
"group": "",
"memo": "",
}
]
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="demo-lpv1" isClosed="false" isExecutable="true" name="自循环流程 v1" processType="None">
<process id="demosys-lpv1" isClosed="false" isExecutable="true" name="自循环流程 v1" processType="None">
<extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups">
......@@ -55,28 +55,28 @@
<documentation>${majortext}</documentation>
</userTask>
<sequenceFlow id="rid-e980d41a5d2737f4ad4361cbe1312fcb" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
<sequenceFlow id="rid-8966473b8e09c48b677b30a174702999" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
</sequenceFlow>
<sequenceFlow id="rid-56df0cc0f60487986439e23f396d5198" sourceRef="sid-Process002" targetRef="sid-End" name="">
<sequenceFlow id="rid-70c943a4a48cd5fb1898ff640bc547e1" sourceRef="sid-Process002" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="rid-8f26b646bf0e4caeb57ecaad8b34c7d2" sourceRef="sid-Process001" targetRef="sid-End" name="">
<sequenceFlow id="rid-7cd2df397b56d282bd7578c6b8d9f530" sourceRef="sid-Process001" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="lid-C10-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C10-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C10-c48e1424b0d9d8f1862a9aca1a3608fd" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C10-c48e1424b0d9d8f1862a9aca1a3608fd"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C20-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C20-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C20-ed8881f771265557f92059625c9e4c71" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C20-ed8881f771265557f92059625c9e4c71"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demo-lpv1">
<bpmndi:BPMNPlane id="BPMNPlane_demo-lpv1" bpmnElement="demo-lpv1">
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-lpv1">
<bpmndi:BPMNPlane id="BPMNPlane_demosys-lpv1" bpmnElement="demosys-lpv1">
<bpmndi:BPMNShape id="BPMNShape-sid-Start" bpmnElement="sid-Start">
<omgdi:Bounds x="395" y="40" width="30" height="30" />
</bpmndi:BPMNShape>
......@@ -92,23 +92,23 @@
<bpmndi:BPMNShape id="BPMNShape-tid-10-Interactive001" bpmnElement="tid-10-Interactive001">
<omgdi:Bounds x="320" y="200" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e980d41a5d2737f4ad4361cbe1312fcb" bpmnElement="rid-e980d41a5d2737f4ad4361cbe1312fcb">
<bpmndi:BPMNEdge id="BPMNEdge-rid-8966473b8e09c48b677b30a174702999" bpmnElement="rid-8966473b8e09c48b677b30a174702999">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-56df0cc0f60487986439e23f396d5198" bpmnElement="rid-56df0cc0f60487986439e23f396d5198">
<bpmndi:BPMNEdge id="BPMNEdge-rid-70c943a4a48cd5fb1898ff640bc547e1" bpmnElement="rid-70c943a4a48cd5fb1898ff640bc547e1">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-8f26b646bf0e4caeb57ecaad8b34c7d2" bpmnElement="rid-8f26b646bf0e4caeb57ecaad8b34c7d2">
<bpmndi:BPMNEdge id="BPMNEdge-rid-7cd2df397b56d282bd7578c6b8d9f530" bpmnElement="rid-7cd2df397b56d282bd7578c6b8d9f530">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C10-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C10-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C10-c48e1424b0d9d8f1862a9aca1a3608fd" bpmnElement="lid-C10-c48e1424b0d9d8f1862a9aca1a3608fd">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C20-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C20-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C20-ed8881f771265557f92059625c9e4c71" bpmnElement="lid-C20-ed8881f771265557f92059625c9e4c71">
<omgdi:waypoint x="0" y="0" />
<omgdi: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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="demo-mnv1" isClosed="false" isExecutable="true" name="发文流程 v1" processType="None">
<process id="demosys-mnv1" isClosed="false" isExecutable="true" name="发文流程 v1" processType="None">
<extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups">
......@@ -63,31 +63,31 @@
<documentation>${majortext}</documentation>
</userTask>
<sequenceFlow id="rid-e980d41a5d2737f4ad4361cbe1312fcb" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
<sequenceFlow id="rid-8966473b8e09c48b677b30a174702999" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
</sequenceFlow>
<sequenceFlow id="rid-56df0cc0f60487986439e23f396d5198" sourceRef="sid-Process002" targetRef="sid-End" name="">
<sequenceFlow id="rid-70c943a4a48cd5fb1898ff640bc547e1" sourceRef="sid-Process002" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="lid-C100-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="tid-20-Embed001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C100-ef39fa347eb9531319ed592d07d3e5ea" sourceRef="tid-10-Interactive001" targetRef="tid-20-Embed001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-ef39fa347eb9531319ed592d07d3e5ea"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C200-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C200-ed8881f771265557f92059625c9e4c71" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-ed8881f771265557f92059625c9e4c71"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="rid-8f26b646bf0e4caeb57ecaad8b34c7d2" sourceRef="sid-Process001" targetRef="sid-End" name="">
<sequenceFlow id="rid-7cd2df397b56d282bd7578c6b8d9f530" sourceRef="sid-Process001" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="lid-30-58465b5783cbc7a06bbdacc20f72301c" sourceRef="tid-20-Embed001" targetRef="sid-Process001" name="">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-30-58465b5783cbc7a06bbdacc20f72301c"}]]></conditionExpression>
<sequenceFlow id="lid-30-6463a25005e0bfa3219760661758502a" sourceRef="tid-20-Embed001" targetRef="sid-Process001" name="">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-30-6463a25005e0bfa3219760661758502a"}]]></conditionExpression>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demo-mnv1">
<bpmndi:BPMNPlane id="BPMNPlane_demo-mnv1" bpmnElement="demo-mnv1">
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-mnv1">
<bpmndi:BPMNPlane id="BPMNPlane_demosys-mnv1" bpmnElement="demosys-mnv1">
<bpmndi:BPMNShape id="BPMNShape-sid-Start" bpmnElement="sid-Start">
<omgdi:Bounds x="280" y="30" width="30" height="30" />
</bpmndi:BPMNShape>
......@@ -106,27 +106,27 @@
<bpmndi:BPMNShape id="BPMNShape-tid-20-Embed001" bpmnElement="tid-20-Embed001">
<omgdi:Bounds x="120" y="280" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e980d41a5d2737f4ad4361cbe1312fcb" bpmnElement="rid-e980d41a5d2737f4ad4361cbe1312fcb">
<bpmndi:BPMNEdge id="BPMNEdge-rid-8966473b8e09c48b677b30a174702999" bpmnElement="rid-8966473b8e09c48b677b30a174702999">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-56df0cc0f60487986439e23f396d5198" bpmnElement="rid-56df0cc0f60487986439e23f396d5198">
<bpmndi:BPMNEdge id="BPMNEdge-rid-70c943a4a48cd5fb1898ff640bc547e1" bpmnElement="rid-70c943a4a48cd5fb1898ff640bc547e1">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C100-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-ef39fa347eb9531319ed592d07d3e5ea" bpmnElement="lid-C100-ef39fa347eb9531319ed592d07d3e5ea">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C200-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-ed8881f771265557f92059625c9e4c71" bpmnElement="lid-C200-ed8881f771265557f92059625c9e4c71">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-8f26b646bf0e4caeb57ecaad8b34c7d2" bpmnElement="rid-8f26b646bf0e4caeb57ecaad8b34c7d2">
<bpmndi:BPMNEdge id="BPMNEdge-rid-7cd2df397b56d282bd7578c6b8d9f530" bpmnElement="rid-7cd2df397b56d282bd7578c6b8d9f530">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-30-58465b5783cbc7a06bbdacc20f72301c" bpmnElement="lid-30-58465b5783cbc7a06bbdacc20f72301c">
<bpmndi:BPMNEdge id="BPMNEdge-lid-30-6463a25005e0bfa3219760661758502a" bpmnElement="lid-30-6463a25005e0bfa3219760661758502a">
<omgdi:waypoint x="0" y="0" />
<omgdi: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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="demo-odspmmv1" isClosed="false" isExecutable="true" name="订单审批(多模式) v1" processType="None">
<process id="demosys-odspmmv1" isClosed="false" isExecutable="true" name="订单审批(多模式) v1" processType="None">
<extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups">
......@@ -60,28 +60,28 @@
<documentation>${majortext}</documentation>
</userTask>
<sequenceFlow id="rid-e980d41a5d2737f4ad4361cbe1312fcb" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
<sequenceFlow id="rid-8966473b8e09c48b677b30a174702999" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
</sequenceFlow>
<sequenceFlow id="rid-56df0cc0f60487986439e23f396d5198" sourceRef="sid-Process002" targetRef="sid-End" name="">
<sequenceFlow id="rid-70c943a4a48cd5fb1898ff640bc547e1" sourceRef="sid-Process002" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="rid-8f26b646bf0e4caeb57ecaad8b34c7d2" sourceRef="sid-Process001" targetRef="sid-End" name="">
<sequenceFlow id="rid-7cd2df397b56d282bd7578c6b8d9f530" sourceRef="sid-Process001" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="lid-C100-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C200-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C200-ed8881f771265557f92059625c9e4c71" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-ed8881f771265557f92059625c9e4c71"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demo-odspmmv1">
<bpmndi:BPMNPlane id="BPMNPlane_demo-odspmmv1" bpmnElement="demo-odspmmv1">
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-odspmmv1">
<bpmndi:BPMNPlane id="BPMNPlane_demosys-odspmmv1" bpmnElement="demosys-odspmmv1">
<bpmndi:BPMNShape id="BPMNShape-sid-Start" bpmnElement="sid-Start">
<omgdi:Bounds x="395" y="60" width="30" height="30" />
</bpmndi:BPMNShape>
......@@ -97,23 +97,23 @@
<bpmndi:BPMNShape id="BPMNShape-sid-End" bpmnElement="sid-End">
<omgdi:Bounds x="580" y="500" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e980d41a5d2737f4ad4361cbe1312fcb" bpmnElement="rid-e980d41a5d2737f4ad4361cbe1312fcb">
<bpmndi:BPMNEdge id="BPMNEdge-rid-8966473b8e09c48b677b30a174702999" bpmnElement="rid-8966473b8e09c48b677b30a174702999">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-56df0cc0f60487986439e23f396d5198" bpmnElement="rid-56df0cc0f60487986439e23f396d5198">
<bpmndi:BPMNEdge id="BPMNEdge-rid-70c943a4a48cd5fb1898ff640bc547e1" bpmnElement="rid-70c943a4a48cd5fb1898ff640bc547e1">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-8f26b646bf0e4caeb57ecaad8b34c7d2" bpmnElement="rid-8f26b646bf0e4caeb57ecaad8b34c7d2">
<bpmndi:BPMNEdge id="BPMNEdge-rid-7cd2df397b56d282bd7578c6b8d9f530" bpmnElement="rid-7cd2df397b56d282bd7578c6b8d9f530">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C100-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" bpmnElement="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C200-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-ed8881f771265557f92059625c9e4c71" bpmnElement="lid-C200-ed8881f771265557f92059625c9e4c71">
<omgdi:waypoint x="0" y="0" />
<omgdi: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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="demo-odspmmv2" isClosed="false" isExecutable="true" name="订单审批(多模式) v2" processType="None">
<process id="demosys-odspmmv2" isClosed="false" isExecutable="true" name="订单审批(多模式) v2" processType="None">
<extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups">
......@@ -65,40 +65,40 @@
<documentation>${majortext}</documentation>
</userTask>
<sequenceFlow id="rid-e980d41a5d2737f4ad4361cbe1312fcb" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
<sequenceFlow id="rid-8966473b8e09c48b677b30a174702999" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
</sequenceFlow>
<sequenceFlow id="lid-C100-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="tid-20-Interactive002" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C100-241b0a572981097bc200c3cacb34ebb2" sourceRef="tid-10-Interactive001" targetRef="tid-20-Interactive002" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-241b0a572981097bc200c3cacb34ebb2"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C200-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C200-ed8881f771265557f92059625c9e4c71" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-ed8881f771265557f92059625c9e4c71"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="rid-56df0cc0f60487986439e23f396d5198" sourceRef="sid-Process002" targetRef="sid-End" name="">
<sequenceFlow id="rid-70c943a4a48cd5fb1898ff640bc547e1" sourceRef="sid-Process002" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="rid-8f26b646bf0e4caeb57ecaad8b34c7d2" sourceRef="sid-Process001" targetRef="sid-End" name="">
<sequenceFlow id="rid-7cd2df397b56d282bd7578c6b8d9f530" sourceRef="sid-Process001" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="lid-C10-9b1378241ef61ec624667f9a7ebbdaad" sourceRef="tid-20-Interactive002" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C10-9b1378241ef61ec624667f9a7ebbdaad"}]]></conditionExpression>
<sequenceFlow id="lid-C10-0391bb9fd00d58c149084b6dfef0c4e1" sourceRef="tid-20-Interactive002" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C10-0391bb9fd00d58c149084b6dfef0c4e1"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C20-9b1378241ef61ec624667f9a7ebbdaad" sourceRef="tid-20-Interactive002" targetRef="tid-10-Interactive001" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C20-9b1378241ef61ec624667f9a7ebbdaad"}]]></conditionExpression>
<sequenceFlow id="lid-C20-e5cca46f50fa54cc47e19eb3b96ad51d" sourceRef="tid-20-Interactive002" targetRef="tid-10-Interactive001" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C20-e5cca46f50fa54cc47e19eb3b96ad51d"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demo-odspmmv2">
<bpmndi:BPMNPlane id="BPMNPlane_demo-odspmmv2" bpmnElement="demo-odspmmv2">
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-odspmmv2">
<bpmndi:BPMNPlane id="BPMNPlane_demosys-odspmmv2" bpmnElement="demosys-odspmmv2">
<bpmndi:BPMNShape id="BPMNShape-sid-Start" bpmnElement="sid-Start">
<omgdi:Bounds x="350" y="40" width="30" height="30" />
</bpmndi:BPMNShape>
......@@ -117,31 +117,31 @@
<bpmndi:BPMNShape id="BPMNShape-tid-20-Interactive002" bpmnElement="tid-20-Interactive002">
<omgdi:Bounds x="300" y="380" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e980d41a5d2737f4ad4361cbe1312fcb" bpmnElement="rid-e980d41a5d2737f4ad4361cbe1312fcb">
<bpmndi:BPMNEdge id="BPMNEdge-rid-8966473b8e09c48b677b30a174702999" bpmnElement="rid-8966473b8e09c48b677b30a174702999">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C100-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-241b0a572981097bc200c3cacb34ebb2" bpmnElement="lid-C100-241b0a572981097bc200c3cacb34ebb2">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C200-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-ed8881f771265557f92059625c9e4c71" bpmnElement="lid-C200-ed8881f771265557f92059625c9e4c71">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-56df0cc0f60487986439e23f396d5198" bpmnElement="rid-56df0cc0f60487986439e23f396d5198">
<bpmndi:BPMNEdge id="BPMNEdge-rid-70c943a4a48cd5fb1898ff640bc547e1" bpmnElement="rid-70c943a4a48cd5fb1898ff640bc547e1">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-8f26b646bf0e4caeb57ecaad8b34c7d2" bpmnElement="rid-8f26b646bf0e4caeb57ecaad8b34c7d2">
<bpmndi:BPMNEdge id="BPMNEdge-rid-7cd2df397b56d282bd7578c6b8d9f530" bpmnElement="rid-7cd2df397b56d282bd7578c6b8d9f530">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C10-9b1378241ef61ec624667f9a7ebbdaad" bpmnElement="lid-C10-9b1378241ef61ec624667f9a7ebbdaad">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C10-0391bb9fd00d58c149084b6dfef0c4e1" bpmnElement="lid-C10-0391bb9fd00d58c149084b6dfef0c4e1">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C20-9b1378241ef61ec624667f9a7ebbdaad" bpmnElement="lid-C20-9b1378241ef61ec624667f9a7ebbdaad">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C20-e5cca46f50fa54cc47e19eb3b96ad51d" bpmnElement="lid-C20-e5cca46f50fa54cc47e19eb3b96ad51d">
<omgdi:waypoint x="0" y="0" />
<omgdi: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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="demo-odspmvv1" isClosed="false" isExecutable="true" name="订单审批(多版本) v1" processType="None">
<process id="demosys-odspmvv1" isClosed="false" isExecutable="true" name="订单审批(多版本) v1" processType="None">
<extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups">
......@@ -60,28 +60,28 @@
<documentation>${majortext}</documentation>
</userTask>
<sequenceFlow id="rid-e980d41a5d2737f4ad4361cbe1312fcb" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
<sequenceFlow id="rid-8966473b8e09c48b677b30a174702999" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
</sequenceFlow>
<sequenceFlow id="rid-8f26b646bf0e4caeb57ecaad8b34c7d2" sourceRef="sid-Process001" targetRef="sid-End" name="">
<sequenceFlow id="rid-7cd2df397b56d282bd7578c6b8d9f530" sourceRef="sid-Process001" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="lid-C100-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C200-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C200-ed8881f771265557f92059625c9e4c71" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-ed8881f771265557f92059625c9e4c71"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="rid-56df0cc0f60487986439e23f396d5198" sourceRef="sid-Process002" targetRef="sid-End" name="">
<sequenceFlow id="rid-70c943a4a48cd5fb1898ff640bc547e1" sourceRef="sid-Process002" targetRef="sid-End" name="">
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demo-odspmvv1">
<bpmndi:BPMNPlane id="BPMNPlane_demo-odspmvv1" bpmnElement="demo-odspmvv1">
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-odspmvv1">
<bpmndi:BPMNPlane id="BPMNPlane_demosys-odspmvv1" bpmnElement="demosys-odspmvv1">
<bpmndi:BPMNShape id="BPMNShape-sid-Start" bpmnElement="sid-Start">
<omgdi:Bounds x="395" y="60" width="30" height="30" />
</bpmndi:BPMNShape>
......@@ -97,23 +97,23 @@
<bpmndi:BPMNShape id="BPMNShape-sid-End" bpmnElement="sid-End">
<omgdi:Bounds x="580" y="500" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e980d41a5d2737f4ad4361cbe1312fcb" bpmnElement="rid-e980d41a5d2737f4ad4361cbe1312fcb">
<bpmndi:BPMNEdge id="BPMNEdge-rid-8966473b8e09c48b677b30a174702999" bpmnElement="rid-8966473b8e09c48b677b30a174702999">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-8f26b646bf0e4caeb57ecaad8b34c7d2" bpmnElement="rid-8f26b646bf0e4caeb57ecaad8b34c7d2">
<bpmndi:BPMNEdge id="BPMNEdge-rid-7cd2df397b56d282bd7578c6b8d9f530" bpmnElement="rid-7cd2df397b56d282bd7578c6b8d9f530">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C100-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" bpmnElement="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C200-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-ed8881f771265557f92059625c9e4c71" bpmnElement="lid-C200-ed8881f771265557f92059625c9e4c71">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-56df0cc0f60487986439e23f396d5198" bpmnElement="rid-56df0cc0f60487986439e23f396d5198">
<bpmndi:BPMNEdge id="BPMNEdge-rid-70c943a4a48cd5fb1898ff640bc547e1" bpmnElement="rid-70c943a4a48cd5fb1898ff640bc547e1">
<omgdi:waypoint x="0" y="0" />
<omgdi: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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="demo-odspmvv2" isClosed="false" isExecutable="true" name="订单审批(多版本) v2" processType="None">
<process id="demosys-odspmvv2" isClosed="false" isExecutable="true" name="订单审批(多版本) v2" processType="None">
<extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups">
......@@ -60,28 +60,28 @@
<documentation>${majortext}</documentation>
</userTask>
<sequenceFlow id="rid-e980d41a5d2737f4ad4361cbe1312fcb" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
<sequenceFlow id="rid-8966473b8e09c48b677b30a174702999" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
</sequenceFlow>
<sequenceFlow id="rid-8f26b646bf0e4caeb57ecaad8b34c7d2" sourceRef="sid-Process001" targetRef="sid-End" name="">
<sequenceFlow id="rid-7cd2df397b56d282bd7578c6b8d9f530" sourceRef="sid-Process001" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="rid-56df0cc0f60487986439e23f396d5198" sourceRef="sid-Process002" targetRef="sid-End" name="">
<sequenceFlow id="rid-70c943a4a48cd5fb1898ff640bc547e1" sourceRef="sid-Process002" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="lid-C100-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C200-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C200-ed8881f771265557f92059625c9e4c71" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-ed8881f771265557f92059625c9e4c71"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demo-odspmvv2">
<bpmndi:BPMNPlane id="BPMNPlane_demo-odspmvv2" bpmnElement="demo-odspmvv2">
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-odspmvv2">
<bpmndi:BPMNPlane id="BPMNPlane_demosys-odspmvv2" bpmnElement="demosys-odspmvv2">
<bpmndi:BPMNShape id="BPMNShape-sid-Start" bpmnElement="sid-Start">
<omgdi:Bounds x="395" y="60" width="30" height="30" />
</bpmndi:BPMNShape>
......@@ -97,23 +97,23 @@
<bpmndi:BPMNShape id="BPMNShape-sid-End" bpmnElement="sid-End">
<omgdi:Bounds x="580" y="500" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e980d41a5d2737f4ad4361cbe1312fcb" bpmnElement="rid-e980d41a5d2737f4ad4361cbe1312fcb">
<bpmndi:BPMNEdge id="BPMNEdge-rid-8966473b8e09c48b677b30a174702999" bpmnElement="rid-8966473b8e09c48b677b30a174702999">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-8f26b646bf0e4caeb57ecaad8b34c7d2" bpmnElement="rid-8f26b646bf0e4caeb57ecaad8b34c7d2">
<bpmndi:BPMNEdge id="BPMNEdge-rid-7cd2df397b56d282bd7578c6b8d9f530" bpmnElement="rid-7cd2df397b56d282bd7578c6b8d9f530">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-56df0cc0f60487986439e23f396d5198" bpmnElement="rid-56df0cc0f60487986439e23f396d5198">
<bpmndi:BPMNEdge id="BPMNEdge-rid-70c943a4a48cd5fb1898ff640bc547e1" bpmnElement="rid-70c943a4a48cd5fb1898ff640bc547e1">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C100-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" bpmnElement="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C200-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-ed8881f771265557f92059625c9e4c71" bpmnElement="lid-C200-ed8881f771265557f92059625c9e4c71">
<omgdi:waypoint x="0" y="0" />
<omgdi: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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="demo-odspv1" isClosed="false" isExecutable="true" name="订单审批 v1" processType="None">
<process id="demosys-odspv1" isClosed="false" isExecutable="true" name="订单审批 v1" processType="None">
<extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups">
......@@ -57,28 +57,28 @@
<documentation>${majortext}</documentation>
</userTask>
<sequenceFlow id="rid-e980d41a5d2737f4ad4361cbe1312fcb" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
<sequenceFlow id="rid-8966473b8e09c48b677b30a174702999" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
</sequenceFlow>
<sequenceFlow id="lid-C100-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd"}]]></conditionExpression>
<extensionElements>
<flowable:form sequenceFlowView="WFActionView" nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C200-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C200-ed8881f771265557f92059625c9e4c71" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-ed8881f771265557f92059625c9e4c71"}]]></conditionExpression>
<extensionElements>
<flowable:form sequenceFlowView="WFActionView" nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="rid-56df0cc0f60487986439e23f396d5198" sourceRef="sid-Process002" targetRef="sid-End" name="">
<sequenceFlow id="rid-70c943a4a48cd5fb1898ff640bc547e1" sourceRef="sid-Process002" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="rid-8f26b646bf0e4caeb57ecaad8b34c7d2" sourceRef="sid-Process001" targetRef="sid-End" name="">
<sequenceFlow id="rid-7cd2df397b56d282bd7578c6b8d9f530" sourceRef="sid-Process001" targetRef="sid-End" name="">
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demo-odspv1">
<bpmndi:BPMNPlane id="BPMNPlane_demo-odspv1" bpmnElement="demo-odspv1">
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-odspv1">
<bpmndi:BPMNPlane id="BPMNPlane_demosys-odspv1" bpmnElement="demosys-odspv1">
<bpmndi:BPMNShape id="BPMNShape-sid-Start" bpmnElement="sid-Start">
<omgdi:Bounds x="395" y="60" width="30" height="30" />
</bpmndi:BPMNShape>
......@@ -94,23 +94,23 @@
<bpmndi:BPMNShape id="BPMNShape-sid-Process001" bpmnElement="sid-Process001">
<omgdi:Bounds x="200" y="380" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e980d41a5d2737f4ad4361cbe1312fcb" bpmnElement="rid-e980d41a5d2737f4ad4361cbe1312fcb">
<bpmndi:BPMNEdge id="BPMNEdge-rid-8966473b8e09c48b677b30a174702999" bpmnElement="rid-8966473b8e09c48b677b30a174702999">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C100-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" bpmnElement="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C200-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-ed8881f771265557f92059625c9e4c71" bpmnElement="lid-C200-ed8881f771265557f92059625c9e4c71">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-56df0cc0f60487986439e23f396d5198" bpmnElement="rid-56df0cc0f60487986439e23f396d5198">
<bpmndi:BPMNEdge id="BPMNEdge-rid-70c943a4a48cd5fb1898ff640bc547e1" bpmnElement="rid-70c943a4a48cd5fb1898ff640bc547e1">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-8f26b646bf0e4caeb57ecaad8b34c7d2" bpmnElement="rid-8f26b646bf0e4caeb57ecaad8b34c7d2">
<bpmndi:BPMNEdge id="BPMNEdge-rid-7cd2df397b56d282bd7578c6b8d9f530" bpmnElement="rid-7cd2df397b56d282bd7578c6b8d9f530">
<omgdi:waypoint x="0" y="0" />
<omgdi: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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef">
<process id="demo-snv1" isClosed="false" isExecutable="true" name="会签流程 v1" processType="None">
<process id="demosys-snv1" isClosed="false" isExecutable="true" name="会签流程 v1" processType="None">
<extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups">
......@@ -55,28 +55,28 @@
<documentation>${majortext}</documentation>
</userTask>
<sequenceFlow id="rid-e980d41a5d2737f4ad4361cbe1312fcb" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
<sequenceFlow id="rid-8966473b8e09c48b677b30a174702999" sourceRef="sid-Start" targetRef="tid-10-Interactive001" name="">
</sequenceFlow>
<sequenceFlow id="rid-8f26b646bf0e4caeb57ecaad8b34c7d2" sourceRef="sid-Process001" targetRef="sid-End" name="">
<sequenceFlow id="rid-7cd2df397b56d282bd7578c6b8d9f530" sourceRef="sid-Process001" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="rid-56df0cc0f60487986439e23f396d5198" sourceRef="sid-Process002" targetRef="sid-End" name="">
<sequenceFlow id="rid-70c943a4a48cd5fb1898ff640bc547e1" sourceRef="sid-Process002" targetRef="sid-End" name="">
</sequenceFlow>
<sequenceFlow id="lid-C100-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" sourceRef="tid-10-Interactive001" targetRef="sid-Process001" name="审核通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C200-9c5b3d11db8c2c9463d33e100cf05202" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-9c5b3d11db8c2c9463d33e100cf05202"}]]></conditionExpression>
<sequenceFlow id="lid-C200-ed8881f771265557f92059625c9e4c71" sourceRef="tid-10-Interactive001" targetRef="sid-Process002" name="审核不通过">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C200-ed8881f771265557f92059625c9e4c71"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demo-snv1">
<bpmndi:BPMNPlane id="BPMNPlane_demo-snv1" bpmnElement="demo-snv1">
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-snv1">
<bpmndi:BPMNPlane id="BPMNPlane_demosys-snv1" bpmnElement="demosys-snv1">
<bpmndi:BPMNShape id="BPMNShape-sid-Start" bpmnElement="sid-Start">
<omgdi:Bounds x="395" y="60" width="30" height="30" />
</bpmndi:BPMNShape>
......@@ -92,23 +92,23 @@
<bpmndi:BPMNShape id="BPMNShape-sid-End" bpmnElement="sid-End">
<omgdi:Bounds x="580" y="500" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e980d41a5d2737f4ad4361cbe1312fcb" bpmnElement="rid-e980d41a5d2737f4ad4361cbe1312fcb">
<bpmndi:BPMNEdge id="BPMNEdge-rid-8966473b8e09c48b677b30a174702999" bpmnElement="rid-8966473b8e09c48b677b30a174702999">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-8f26b646bf0e4caeb57ecaad8b34c7d2" bpmnElement="rid-8f26b646bf0e4caeb57ecaad8b34c7d2">
<bpmndi:BPMNEdge id="BPMNEdge-rid-7cd2df397b56d282bd7578c6b8d9f530" bpmnElement="rid-7cd2df397b56d282bd7578c6b8d9f530">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-56df0cc0f60487986439e23f396d5198" bpmnElement="rid-56df0cc0f60487986439e23f396d5198">
<bpmndi:BPMNEdge id="BPMNEdge-rid-70c943a4a48cd5fb1898ff640bc547e1" bpmnElement="rid-70c943a4a48cd5fb1898ff640bc547e1">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C100-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd" bpmnElement="lid-C100-c48e1424b0d9d8f1862a9aca1a3608fd">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-9c5b3d11db8c2c9463d33e100cf05202" bpmnElement="lid-C200-9c5b3d11db8c2c9463d33e100cf05202">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C200-ed8881f771265557f92059625c9e4c71" bpmnElement="lid-C200-ed8881f771265557f92059625c9e4c71">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
......
......@@ -6,8 +6,8 @@
<artifactId>demo</artifactId>
<groupId>cn.ibizlab</groupId>
<version>1.0.0.0</version>
<name>后台服务</name>
<description></description>
<name>Demo</name>
<description>后台服务</description>
<packaging>pom</packaging>
<parent>
......@@ -105,7 +105,7 @@
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
<plugin>
<plugin>
<groupId>cn.ibizlab</groupId>
<artifactId>ibizlab-generator-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
......@@ -137,4 +137,4 @@
</plugins>
</build>
</project>
</project>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册