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

zhouweidong 部署微服务接口 [后台服务,接口示例]

上级 7569e58f
......@@ -55,6 +55,23 @@
git clone -b master $para2 demosys/
export NODE_OPTIONS=--max-old-space-size=4096
cd demosys/
cd demo-boot
mvn ibizlabcli:code
cd ..
set +e
git config user.name "ibizdev"
git add .
git commit -m "generator before deploy $para5"
git push origin master
git config user.name "root"
set -e
mvn package -Pboot
cd demo-boot
sed -i "s#dstimage#$para5#g" pom.xml
sed -i "s#dstimage#$para5#g" src/main/docker/demo-boot-demoapi.yaml
mvn -Pboot docker:build
mvn -Pboot docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/demo-boot-demoapi.yaml iBizDemo --with-registry-auth
</command>
</hudson.tasks.Shell>
</builders>
......
......@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /demo-boot.jar
EXPOSE 8081
EXPOSE 52000
ADD demo-boot.jar /demo-boot.jar
......@@ -11,51 +11,51 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns" : [ {
"caption" : "归还日期",
"codeName" : "returntime",
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"name" : "returntime",
"dataItemName" : "author",
"name" : "author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "press",
"name" : "press",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "lendouttime",
"name" : "lendouttime",
"dataItemName" : "returntime",
"name" : "returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"caption" : "出版社",
"codeName" : "press",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"name" : "author",
"dataItemName" : "press",
"name" : "press",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "借出日期",
"codeName" : "lendouttime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"dataItemName" : "lendouttime",
"name" : "lendouttime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -19,6 +19,16 @@
}
} ],
"getPSDETreeColumns" : [ {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
......@@ -38,16 +48,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -34,51 +34,51 @@
"id" : "GANTT"
},
"getPSDETreeColumns" : [ {
"caption" : "归还日期",
"codeName" : "returntime",
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "returntime",
"name" : "returntime",
"dataItemName" : "author",
"name" : "author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "press",
"name" : "press",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "lendouttime",
"name" : "lendouttime",
"dataItemName" : "returntime",
"name" : "returntime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"caption" : "出版社",
"codeName" : "press",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"name" : "author",
"dataItemName" : "press",
"name" : "press",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"caption" : "借出日期",
"codeName" : "lendouttime",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"name" : "ibizbookname",
"dataItemName" : "lendouttime",
"name" : "lendouttime",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
......
......@@ -75,6 +75,16 @@
"id" : "TREEGRIDEX"
},
"getPSDETreeColumns" : [ {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
......@@ -94,16 +104,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "subtext",
"name" : "subtext",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -13,6 +13,33 @@
"id" : "Interactive001"
},
"wFLinkType" : "ROUTE"
}, {
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive005"
},
"logicName" : "取消",
"name" : "C96",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "End002"
},
"wFLinkType" : "IAACTION"
}, {
"formCodeName" : "approvedForm",
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive005"
},
"logicName" : "重新提交",
"name" : "C49",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "Interactive001"
},
"wFLinkType" : "IAACTION"
}, {
"getFromPSWFProcess" : {
"modelref" : true,
......@@ -42,52 +69,70 @@
}, {
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive002"
"id" : "Interactive004"
},
"logicName" : "同意",
"name" : "C52",
"logicName" : "同意",
"name" : "C22",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "Exclusivegateway001"
"id" : "Interactive005"
},
"wFLinkType" : "IAACTION"
}, {
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive002"
"id" : "Interactive004"
},
"name" : "TIMEOUT",
"logicName" : "完成",
"name" : "C41",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "Interactive001"
"id" : "End001"
},
"wFLinkType" : "TIMEOUT"
"wFLinkType" : "IAACTION"
}, {
"formCodeName" : "operationForm",
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive005"
"id" : "Interactive001"
},
"logicName" : "取消",
"name" : "C96",
"logicName" : "同意",
"name" : "C61",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "End002"
"id" : "Interactive002"
},
"viewCodeName" : "WFDynaActionView",
"wFLinkType" : "IAACTION"
}, {
"formCodeName" : "approvedForm",
"formCodeName" : "operationForm",
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive001"
},
"logicName" : "不同意",
"name" : "C70",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "Interactive005"
},
"logicName" : "重新提交",
"name" : "C49",
"viewCodeName" : "WFDynaActionView",
"wFLinkType" : "IAACTION"
}, {
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive002"
},
"logicName" : "同意",
"name" : "C52",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "Interactive001"
"id" : "Exclusivegateway001"
},
"wFLinkType" : "IAACTION"
}, {
......@@ -138,62 +183,6 @@
"id" : "Interactive003"
},
"wFLinkType" : "ROUTE"
}, {
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive004"
},
"logicName" : "不同意",
"name" : "C22",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "Interactive005"
},
"wFLinkType" : "IAACTION"
}, {
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive004"
},
"logicName" : "完成",
"name" : "C41",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "End001"
},
"wFLinkType" : "IAACTION"
}, {
"formCodeName" : "operationForm",
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive001"
},
"logicName" : "同意",
"name" : "C61",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "Interactive002"
},
"viewCodeName" : "WFDynaActionView",
"wFLinkType" : "IAACTION"
}, {
"formCodeName" : "operationForm",
"getFromPSWFProcess" : {
"modelref" : true,
"id" : "Interactive001"
},
"logicName" : "不同意",
"name" : "C70",
"nextCondition" : "ANY",
"getToPSWFProcess" : {
"modelref" : true,
"id" : "Interactive005"
},
"viewCodeName" : "WFDynaActionView",
"wFLinkType" : "IAACTION"
} ],
"getPSWFProcesses" : [ {
"codeName" : "Start001",
......@@ -214,13 +203,41 @@
"enableTimeout" : false,
"startProcess" : true
}, {
"codeName" : "End001",
"codeName" : "Interactive005",
"height" : 80,
"leftPos" : 150,
"logicName" : "发起人调整",
"msgType" : 0,
"multiInstMode" : "NONE",
"name" : "发起人调整",
"getPSWFLinks" : [ {
"modelref" : true,
"id" : "C96"
}, {
"modelref" : true,
"id" : "C49"
} ],
"getPSWFProcessRoles" : [ {
"name" : "[当前数据属性]",
"uDField" : "CREATEMAN",
"wFProcessRoleType" : "UDACTOR"
} ],
"timeout" : -1,
"topPos" : 195,
"wFProcessType" : "INTERACTIVE",
"wFStepValue" : "1",
"width" : 100,
"asynchronousProcess" : false,
"enableTimeout" : false,
"sendInform" : false
}, {
"codeName" : "End002",
"height" : 30,
"leftPos" : 780,
"leftPos" : 186,
"logicName" : "结束",
"name" : "结束",
"timeout" : -1,
"topPos" : 221,
"topPos" : 389,
"wFProcessType" : "END",
"width" : 30,
"asynchronousProcess" : false,
......@@ -260,170 +277,138 @@
"enableTimeout" : false,
"sendInform" : false
}, {
"codeName" : "Interactive002",
"codeName" : "Interactive004",
"height" : 80,
"leftPos" : 420,
"logicName" : "财务经理审核",
"leftPos" : 555,
"logicName" : "财务总监审批",
"msgType" : 0,
"multiInstMode" : "NONE",
"name" : "财务经理审核",
"name" : "财务总监审批",
"getPSWFLinks" : [ {
"modelref" : true,
"id" : "C52"
"id" : "C22"
}, {
"modelref" : true,
"id" : "TIMEOUT"
"id" : "C41"
} ],
"getPSWFProcessRoles" : [ {
"name" : "[当前操作者]",
"wFProcessRoleType" : "CURACTOR"
}, {
"name" : "财务经理",
"name" : "财务总监",
"getPSWFRole" : {
"modelref" : true,
"path" : "PSWFROLES/FinancialManager.json"
"path" : "PSWFROLES/FinancialDirector.json"
},
"userData" : "org",
"userData2" : "CURORGID",
"wFProcessRoleType" : "WFROLE"
} ],
"predefinedActions" : [ "SENDBACK" ],
"timeout" : 5,
"timeoutType" : "MINUTE",
"topPos" : 30,
"timeout" : -1,
"topPos" : 360,
"wFProcessType" : "INTERACTIVE",
"wFStepValue" : "10",
"wFStepValue" : "30",
"width" : 100,
"asynchronousProcess" : false,
"enableTimeout" : true,
"enableTimeout" : false,
"sendInform" : false
}, {
"codeName" : "Interactive005",
"codeName" : "Interactive001",
"formCodeName" : "operationForm",
"height" : 80,
"leftPos" : 150,
"logicName" : "发起人调整",
"logicName" : "部门经理审核",
"msgType" : 0,
"multiInstMode" : "NONE",
"name" : "发起人调整",
"name" : "部门经理审核",
"getPSWFLinks" : [ {
"modelref" : true,
"id" : "C96"
"id" : "C61"
}, {
"modelref" : true,
"id" : "C49"
"id" : "C70"
} ],
"getPSWFProcessRoles" : [ {
"name" : "[当前数据属性]",
"uDField" : "CREATEMAN",
"uDField" : "DEPTHEADSID",
"wFProcessRoleType" : "UDACTOR"
} ],
"predefinedActions" : [ "ADDSTEPBEFORE", "REASSIGN" ],
"timeout" : -1,
"topPos" : 195,
"topPos" : 30,
"util3FormCodeName" : "transfer",
"util3FormName" : "工作转移",
"utilFormCodeName" : "beforeSign",
"utilFormName" : "加签",
"wFProcessType" : "INTERACTIVE",
"wFStepValue" : "1",
"wFStepValue" : "5",
"width" : 100,
"asynchronousProcess" : false,
"enableTimeout" : false,
"sendInform" : false
}, {
"codeName" : "Exclusivegateway001",
"height" : 40,
"leftPos" : 585,
"logicName" : "订单金额判断",
"name" : "订单金额判断",
"getPSWFLinks" : [ {
"modelref" : true,
"id" : "小于1W"
}, {
"modelref" : true,
"id" : "大于1W"
} ],
"timeout" : -1,
"topPos" : 50,
"wFProcessType" : "EXCLUSIVEGATEWAY",
"width" : 40,
"asynchronousProcess" : false,
"enableTimeout" : false
}, {
"codeName" : "End002",
"codeName" : "End001",
"height" : 30,
"leftPos" : 186,
"leftPos" : 780,
"logicName" : "结束",
"name" : "结束",
"timeout" : -1,
"topPos" : 389,
"topPos" : 221,
"wFProcessType" : "END",
"width" : 30,
"asynchronousProcess" : false,
"enableTimeout" : false,
"terminalProcess" : true
}, {
"codeName" : "Interactive004",
"codeName" : "Interactive002",
"height" : 80,
"leftPos" : 555,
"logicName" : "财务总监审批",
"leftPos" : 420,
"logicName" : "财务经理审核",
"msgType" : 0,
"multiInstMode" : "NONE",
"name" : "财务总监审批",
"name" : "财务经理审核",
"getPSWFLinks" : [ {
"modelref" : true,
"id" : "C22"
}, {
"modelref" : true,
"id" : "C41"
"id" : "C52"
} ],
"getPSWFProcessRoles" : [ {
"name" : "财务总监",
"name" : "[当前操作者]",
"wFProcessRoleType" : "CURACTOR"
}, {
"name" : "财务经理",
"getPSWFRole" : {
"modelref" : true,
"path" : "PSWFROLES/FinancialDirector.json"
"path" : "PSWFROLES/FinancialManager.json"
},
"userData" : "org",
"userData2" : "CURORGID",
"wFProcessRoleType" : "WFROLE"
} ],
"predefinedActions" : [ "SENDBACK" ],
"timeout" : -1,
"topPos" : 360,
"topPos" : 30,
"wFProcessType" : "INTERACTIVE",
"wFStepValue" : "30",
"wFStepValue" : "10",
"width" : 100,
"asynchronousProcess" : false,
"enableTimeout" : false,
"sendInform" : false
}, {
"codeName" : "Interactive001",
"formCodeName" : "operationForm",
"height" : 80,
"leftPos" : 150,
"logicName" : "部门经理审核",
"msgType" : 0,
"multiInstMode" : "NONE",
"name" : "部门经理审核",
"codeName" : "Exclusivegateway001",
"height" : 40,
"leftPos" : 585,
"logicName" : "订单金额判断",
"name" : "订单金额判断",
"getPSWFLinks" : [ {
"modelref" : true,
"id" : "C61"
"id" : "小于1W"
}, {
"modelref" : true,
"id" : "C70"
} ],
"getPSWFProcessRoles" : [ {
"name" : "[当前数据属性]",
"uDField" : "DEPTHEADSID",
"wFProcessRoleType" : "UDACTOR"
"id" : "大于1W"
} ],
"predefinedActions" : [ "ADDSTEPBEFORE", "REASSIGN" ],
"timeout" : -1,
"topPos" : 30,
"util3FormCodeName" : "transfer",
"util3FormName" : "工作转移",
"utilFormCodeName" : "beforeSign",
"utilFormName" : "加签",
"wFProcessType" : "INTERACTIVE",
"wFStepValue" : "5",
"width" : 100,
"topPos" : 50,
"wFProcessType" : "EXCLUSIVEGATEWAY",
"width" : 40,
"asynchronousProcess" : false,
"enableTimeout" : false,
"sendInform" : false
"enableTimeout" : false
} ],
"getStartPSWFProcess" : {
"modelref" : true,
......
......@@ -4,7 +4,7 @@
<extensionElements>
<flowable:eventListener delegateExpression="${processInstanceListener}" />
<flowable:field name="refgroups">
<flowable:string>GeneralManager|总经理|USERGROUP,FinancialManager|财务经理|USERGROUP,FinancialDirector|财务总监|USERGROUP</flowable:string>
<flowable:string>GeneralManager|总经理|USERGROUP,FinancialDirector|财务总监|USERGROUP,FinancialManager|财务经理|USERGROUP</flowable:string>
</flowable:field>
<flowable:field name="bookings">
<flowable:string>ibizsample0021</flowable:string>
......@@ -40,28 +40,14 @@
<flowable:form process-form="Start001" wfversion="2"/>
</extensionElements>
</startEvent>
<endEvent id="sid-ebd510afdeda7eba09cf1a56679ca382" name="结束">
</endEvent>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${wfCoreService.getGroupUsers('GeneralManager|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-20-79d7bde95dd67ca0f58d5f8961664af9" name="总经理审核" >
<documentation>${majortext}</documentation>
</userTask>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.createman},${wfCoreService.getGroupUsers('FinancialManager|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-10-b2100e0a472c7e23cd936fbb272eaa67" name="财务经理审核" >
<documentation>${majortext}</documentation>
<extensionElements>
<flowable:form procfunc="sendback" />
</extensionElements>
</userTask>
<boundaryEvent id="bid-10-b2100e0a472c7e23cd936fbb272eaa67" name="timeout-财务经理审核" attachedToRef="tid-10-b2100e0a472c7e23cd936fbb272eaa67" cancelActivity="true">
<timerEventDefinition>
<timeDate>PT5M</timeDate>
</timerEventDefinition>
</boundaryEvent>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.createman},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-1-6dc784ef240f35883923cabac210590c" name="发起人调整" >
<documentation>${majortext}</documentation>
</userTask>
<exclusiveGateway id="sid-21588a1284c496701e00f32c79702e57"></exclusiveGateway>
<endEvent id="sid-0b976fca9f1aa7981b1c0c7fc628e6cd" name="结束">
</endEvent>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${wfCoreService.getGroupUsers('GeneralManager|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-20-79d7bde95dd67ca0f58d5f8961664af9" name="总经理审核" >
<documentation>${majortext}</documentation>
</userTask>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${wfCoreService.getGroupUsers('FinancialDirector|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-30-f33ca3120694e870ea7e1b5eed392750" name="财务总监审批" >
<documentation>${majortext}</documentation>
</userTask>
......@@ -71,149 +57,152 @@
<flowable:form procfunc="addstepbefore;reassign" process-form="operationForm" process-utilform="beforeSign" process-util3form="transfer" process-utilformname="加签" process-util3formname="工作转移" />
</extensionElements>
</userTask>
<sequenceFlow id="rid-c0feb9ae4c30f9931e90779d5a79ecba" sourceRef="sid-137c359f364406040df60ee70baba8a0" targetRef="tid-5-b43328c7712bd3739742121269b6c386" name="">
</sequenceFlow>
<sequenceFlow id="lid-C69-53d17722fc9438878376caf1fc9abe38" sourceRef="tid-20-79d7bde95dd67ca0f58d5f8961664af9" targetRef="tid-1-6dc784ef240f35883923cabac210590c" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C69-53d17722fc9438878376caf1fc9abe38"}]]></conditionExpression>
<endEvent id="sid-ebd510afdeda7eba09cf1a56679ca382" name="结束">
</endEvent>
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.createman},${wfCoreService.getGroupUsers('FinancialManager|org|CURORGID',execution)},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-10-b2100e0a472c7e23cd936fbb272eaa67" name="财务经理审核" >
<documentation>${majortext}</documentation>
<extensionElements>
<flowable:form nextCondition="ANY" />
<flowable:form procfunc="sendback" />
</extensionElements>
</userTask>
<exclusiveGateway id="sid-21588a1284c496701e00f32c79702e57"></exclusiveGateway>
<sequenceFlow id="rid-45a2dfb0d28880b85f4303e852610ee6" sourceRef="sid-137c359f364406040df60ee70baba8a0" targetRef="tid-5-b43328c7712bd3739742121269b6c386" name="">
</sequenceFlow>
<sequenceFlow id="lid-C40-e7f768cb526406518428eb40b80ac4b8" sourceRef="tid-20-79d7bde95dd67ca0f58d5f8961664af9" targetRef="tid-30-f33ca3120694e870ea7e1b5eed392750" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C40-e7f768cb526406518428eb40b80ac4b8"}]]></conditionExpression>
<sequenceFlow id="lid-C96-0ed9d54b14e21825785c61c1f032308f" sourceRef="tid-1-6dc784ef240f35883923cabac210590c" targetRef="sid-0b976fca9f1aa7981b1c0c7fc628e6cd" name="取消">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C96-0ed9d54b14e21825785c61c1f032308f"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C52-4fd6983e30466e5beab43f4960b20498" sourceRef="tid-10-b2100e0a472c7e23cd936fbb272eaa67" targetRef="sid-21588a1284c496701e00f32c79702e57" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C52-4fd6983e30466e5beab43f4960b20498"}]]></conditionExpression>
<sequenceFlow id="lid-C49-7f93330421b3477bdb2f9a33bb0402a5" sourceRef="tid-1-6dc784ef240f35883923cabac210590c" targetRef="tid-5-b43328c7712bd3739742121269b6c386" name="重新提交">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C49-7f93330421b3477bdb2f9a33bb0402a5"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
<flowable:form sequenceFlowForm="approvedForm" nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-TIMEOUT-4b27f06c63df3bffd6bead724b7251e2" sourceRef="bid-10-b2100e0a472c7e23cd936fbb272eaa67" targetRef="tid-5-b43328c7712bd3739742121269b6c386" name="">
</sequenceFlow>
<sequenceFlow id="lid-C96-42eb684893c4ae9a98e7c82be6eab279" sourceRef="tid-1-6dc784ef240f35883923cabac210590c" targetRef="sid-0b976fca9f1aa7981b1c0c7fc628e6cd" name="取消">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C96-42eb684893c4ae9a98e7c82be6eab279"}]]></conditionExpression>
<sequenceFlow id="lid-C69-9c7f9fd1b6fbf5665cf552853eaa605a" sourceRef="tid-20-79d7bde95dd67ca0f58d5f8961664af9" targetRef="tid-1-6dc784ef240f35883923cabac210590c" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C69-9c7f9fd1b6fbf5665cf552853eaa605a"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C49-6ed5f97e5df48481b029796d82d0b219" sourceRef="tid-1-6dc784ef240f35883923cabac210590c" targetRef="tid-5-b43328c7712bd3739742121269b6c386" name="重新提交">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C49-6ed5f97e5df48481b029796d82d0b219"}]]></conditionExpression>
<sequenceFlow id="lid-C40-6b4a35ddd2b42e12b7b88403a939bbf9" sourceRef="tid-20-79d7bde95dd67ca0f58d5f8961664af9" targetRef="tid-30-f33ca3120694e870ea7e1b5eed392750" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C40-6b4a35ddd2b42e12b7b88403a939bbf9"}]]></conditionExpression>
<extensionElements>
<flowable:form sequenceFlowForm="approvedForm" nextCondition="ANY" />
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="rid-e422a74254ebd075c00bc9277bd96048" sourceRef="sid-21588a1284c496701e00f32c79702e57" targetRef="sid-ebd510afdeda7eba09cf1a56679ca382" name="">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${((wfCoreService.test(activedata.amount, 'LT', '10000')))} ]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="rid-649a7611444480b506e16ae63f7cb7bf" sourceRef="sid-21588a1284c496701e00f32c79702e57" targetRef="tid-20-79d7bde95dd67ca0f58d5f8961664af9" name="">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${((wfCoreService.test(activedata.amount, 'GTANDEQ', '10000')))} ]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="lid-C22-873aebc262de7bfe0c550890307b82a2" sourceRef="tid-30-f33ca3120694e870ea7e1b5eed392750" targetRef="tid-1-6dc784ef240f35883923cabac210590c" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C22-873aebc262de7bfe0c550890307b82a2"}]]></conditionExpression>
<sequenceFlow id="lid-C22-ceb7c01233c0f671a9a31740eb9d4d20" sourceRef="tid-30-f33ca3120694e870ea7e1b5eed392750" targetRef="tid-1-6dc784ef240f35883923cabac210590c" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C22-ceb7c01233c0f671a9a31740eb9d4d20"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C41-587e21d7c9809d4b5345a266ee62ebb6" sourceRef="tid-30-f33ca3120694e870ea7e1b5eed392750" targetRef="sid-ebd510afdeda7eba09cf1a56679ca382" name="完成">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C41-587e21d7c9809d4b5345a266ee62ebb6"}]]></conditionExpression>
<sequenceFlow id="lid-C41-b43057d8d466517ab790a2214f5b090d" sourceRef="tid-30-f33ca3120694e870ea7e1b5eed392750" targetRef="sid-ebd510afdeda7eba09cf1a56679ca382" name="完成">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C41-b43057d8d466517ab790a2214f5b090d"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C61-a2d53541b389c6302ac5d9003637ac85" sourceRef="tid-5-b43328c7712bd3739742121269b6c386" targetRef="tid-10-b2100e0a472c7e23cd936fbb272eaa67" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C61-a2d53541b389c6302ac5d9003637ac85"}]]></conditionExpression>
<sequenceFlow id="lid-C61-f378c9c83c03a708e974e5350eff76e0" sourceRef="tid-5-b43328c7712bd3739742121269b6c386" targetRef="tid-10-b2100e0a472c7e23cd936fbb272eaa67" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C61-f378c9c83c03a708e974e5350eff76e0"}]]></conditionExpression>
<extensionElements>
<flowable:form sequenceFlowForm="operationForm" sequenceFlowView="WFDynaActionView" nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C70-b9ff36221d5b20f546019333c55e4792" sourceRef="tid-5-b43328c7712bd3739742121269b6c386" targetRef="tid-1-6dc784ef240f35883923cabac210590c" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C70-b9ff36221d5b20f546019333c55e4792"}]]></conditionExpression>
<sequenceFlow id="lid-C70-3bdc80d9b547861af03a80566235aca8" sourceRef="tid-5-b43328c7712bd3739742121269b6c386" targetRef="tid-1-6dc784ef240f35883923cabac210590c" name="不同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C70-3bdc80d9b547861af03a80566235aca8"}]]></conditionExpression>
<extensionElements>
<flowable:form sequenceFlowForm="operationForm" sequenceFlowView="WFDynaActionView" nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="lid-C52-e8bad74ca10ceea6734a435e1a0bd237" sourceRef="tid-10-b2100e0a472c7e23cd936fbb272eaa67" targetRef="sid-21588a1284c496701e00f32c79702e57" name="同意">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${sequenceFlowId=="lid-C52-e8bad74ca10ceea6734a435e1a0bd237"}]]></conditionExpression>
<extensionElements>
<flowable:form nextCondition="ANY" />
</extensionElements>
</sequenceFlow>
<sequenceFlow id="rid-ee19b8e1718a6de046cb9c69348188ae" sourceRef="sid-21588a1284c496701e00f32c79702e57" targetRef="sid-ebd510afdeda7eba09cf1a56679ca382" name="">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${((wfCoreService.test(activedata.amount, 'LT', '10000')))} ]]></conditionExpression>
</sequenceFlow>
<sequenceFlow id="rid-9c0b7aefaeb5c8d890706f690e18739d" sourceRef="sid-21588a1284c496701e00f32c79702e57" targetRef="tid-20-79d7bde95dd67ca0f58d5f8961664af9" name="">
<conditionExpression xsi:type="tFormalExpression" ><![CDATA[${((wfCoreService.test(activedata.amount, 'GTANDEQ', '10000')))} ]]></conditionExpression>
</sequenceFlow>
</process>
<bpmndi:BPMNDiagram id="BPMNDiagram_demosys-actv2">
<bpmndi:BPMNPlane id="BPMNPlane_demosys-actv2" bpmnElement="demosys-actv2">
<bpmndi:BPMNShape id="BPMNShape-137c359f364406040df60ee70baba8a0" bpmnElement="sid-137c359f364406040df60ee70baba8a0">
<omgdi:Bounds x="15" y="55" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-ebd510afdeda7eba09cf1a56679ca382" bpmnElement="sid-ebd510afdeda7eba09cf1a56679ca382">
<omgdi:Bounds x="780" y="221" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-79d7bde95dd67ca0f58d5f8961664af9" bpmnElement="tid-20-79d7bde95dd67ca0f58d5f8961664af9">
<omgdi:Bounds x="555" y="195" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-b2100e0a472c7e23cd936fbb272eaa67" bpmnElement="tid-10-b2100e0a472c7e23cd936fbb272eaa67">
<omgdi:Bounds x="420" y="30" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-6dc784ef240f35883923cabac210590c" bpmnElement="tid-1-6dc784ef240f35883923cabac210590c">
<omgdi:Bounds x="150" y="195" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-21588a1284c496701e00f32c79702e57" bpmnElement="sid-21588a1284c496701e00f32c79702e57">
<omgdi:Bounds x="585" y="50" width="40" height="40" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-0b976fca9f1aa7981b1c0c7fc628e6cd" bpmnElement="sid-0b976fca9f1aa7981b1c0c7fc628e6cd">
<omgdi:Bounds x="186" y="389" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-79d7bde95dd67ca0f58d5f8961664af9" bpmnElement="tid-20-79d7bde95dd67ca0f58d5f8961664af9">
<omgdi:Bounds x="555" y="195" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-f33ca3120694e870ea7e1b5eed392750" bpmnElement="tid-30-f33ca3120694e870ea7e1b5eed392750">
<omgdi:Bounds x="555" y="360" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-b43328c7712bd3739742121269b6c386" bpmnElement="tid-5-b43328c7712bd3739742121269b6c386">
<omgdi:Bounds x="150" y="30" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-c0feb9ae4c30f9931e90779d5a79ecba" bpmnElement="rid-c0feb9ae4c30f9931e90779d5a79ecba">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C69-53d17722fc9438878376caf1fc9abe38" bpmnElement="lid-C69-53d17722fc9438878376caf1fc9abe38">
<bpmndi:BPMNShape id="BPMNShape-ebd510afdeda7eba09cf1a56679ca382" bpmnElement="sid-ebd510afdeda7eba09cf1a56679ca382">
<omgdi:Bounds x="780" y="221" width="30" height="30" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-b2100e0a472c7e23cd936fbb272eaa67" bpmnElement="tid-10-b2100e0a472c7e23cd936fbb272eaa67">
<omgdi:Bounds x="420" y="30" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape-21588a1284c496701e00f32c79702e57" bpmnElement="sid-21588a1284c496701e00f32c79702e57">
<omgdi:Bounds x="585" y="50" width="40" height="40" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="BPMNEdge-rid-45a2dfb0d28880b85f4303e852610ee6" bpmnElement="rid-45a2dfb0d28880b85f4303e852610ee6">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C40-e7f768cb526406518428eb40b80ac4b8" bpmnElement="lid-C40-e7f768cb526406518428eb40b80ac4b8">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C96-0ed9d54b14e21825785c61c1f032308f" bpmnElement="lid-C96-0ed9d54b14e21825785c61c1f032308f">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C52-4fd6983e30466e5beab43f4960b20498" bpmnElement="lid-C52-4fd6983e30466e5beab43f4960b20498">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C49-7f93330421b3477bdb2f9a33bb0402a5" bpmnElement="lid-C49-7f93330421b3477bdb2f9a33bb0402a5">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-TIMEOUT-4b27f06c63df3bffd6bead724b7251e2" bpmnElement="lid-TIMEOUT-4b27f06c63df3bffd6bead724b7251e2">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C69-9c7f9fd1b6fbf5665cf552853eaa605a" bpmnElement="lid-C69-9c7f9fd1b6fbf5665cf552853eaa605a">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C96-42eb684893c4ae9a98e7c82be6eab279" bpmnElement="lid-C96-42eb684893c4ae9a98e7c82be6eab279">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C40-6b4a35ddd2b42e12b7b88403a939bbf9" bpmnElement="lid-C40-6b4a35ddd2b42e12b7b88403a939bbf9">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C49-6ed5f97e5df48481b029796d82d0b219" bpmnElement="lid-C49-6ed5f97e5df48481b029796d82d0b219">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C22-ceb7c01233c0f671a9a31740eb9d4d20" bpmnElement="lid-C22-ceb7c01233c0f671a9a31740eb9d4d20">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-e422a74254ebd075c00bc9277bd96048" bpmnElement="rid-e422a74254ebd075c00bc9277bd96048">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C41-b43057d8d466517ab790a2214f5b090d" bpmnElement="lid-C41-b43057d8d466517ab790a2214f5b090d">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-rid-649a7611444480b506e16ae63f7cb7bf" bpmnElement="rid-649a7611444480b506e16ae63f7cb7bf">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C61-f378c9c83c03a708e974e5350eff76e0" bpmnElement="lid-C61-f378c9c83c03a708e974e5350eff76e0">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C22-873aebc262de7bfe0c550890307b82a2" bpmnElement="lid-C22-873aebc262de7bfe0c550890307b82a2">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C70-3bdc80d9b547861af03a80566235aca8" bpmnElement="lid-C70-3bdc80d9b547861af03a80566235aca8">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C41-587e21d7c9809d4b5345a266ee62ebb6" bpmnElement="lid-C41-587e21d7c9809d4b5345a266ee62ebb6">
<bpmndi:BPMNEdge id="BPMNEdge-lid-C52-e8bad74ca10ceea6734a435e1a0bd237" bpmnElement="lid-C52-e8bad74ca10ceea6734a435e1a0bd237">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C61-a2d53541b389c6302ac5d9003637ac85" bpmnElement="lid-C61-a2d53541b389c6302ac5d9003637ac85">
<bpmndi:BPMNEdge id="BPMNEdge-rid-ee19b8e1718a6de046cb9c69348188ae" bpmnElement="rid-ee19b8e1718a6de046cb9c69348188ae">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="BPMNEdge-lid-C70-b9ff36221d5b20f546019333c55e4792" bpmnElement="lid-C70-b9ff36221d5b20f546019333c55e4792">
<bpmndi:BPMNEdge id="BPMNEdge-rid-9c0b7aefaeb5c8d890706f690e18739d" bpmnElement="rid-9c0b7aefaeb5c8d890706f690e18739d">
<omgdi:waypoint x="0" y="0" />
<omgdi:waypoint x="0" y="0" />
</bpmndi:BPMNEdge>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册