Browse Source

新增自定义流程属性

wangliang 3 years ago
parent
commit
87d6d8c6c0

+ 0 - 64
distributed-print/src/main/resources/processes/test-school-2_6beee68c2fa24de59ce5b5d6d77689db-multiple-process.bpmn

@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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: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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
-  <process id="test-school-2_6beee68c2fa24de59ce5b5d6d77689db" isExecutable="true">
-    <startEvent id="start" name="开始节点"></startEvent>
-    <userTask id="usertask_default" name="提交试卷" activiti:assignee="${approveId}"></userTask>
-    <exclusiveGateway id="exclusivegateway1" name="排他网关"></exclusiveGateway>
-    <userTask id="usertask1" name="审批人" activiti:candidateUsers="190416342040444928,190416459858444288,190416551696924672"></userTask>
-    <endEvent id="end" name="结束节点"></endEvent>
-    <sequenceFlow id="sequence1" name="通过" sourceRef="start" targetRef="usertask_default"></sequenceFlow>
-    <sequenceFlow id="sequence2" name="通过" sourceRef="usertask_default" targetRef="usertask1"></sequenceFlow>
-    <sequenceFlow id="sequence3" name="驳回" sourceRef="exclusivegateway1" targetRef="usertask_default">
-      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve==0}]]></conditionExpression>
-    </sequenceFlow>
-    <sequenceFlow id="sequence4" name="通过" sourceRef="usertask1" targetRef="exclusivegateway1"></sequenceFlow>
-    <sequenceFlow id="sequence5" name="通过" sourceRef="exclusivegateway1" targetRef="end">
-      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve==1}]]></conditionExpression>
-    </sequenceFlow>
-  </process>
-  <bpmndi:BPMNDiagram id="BPMNDiagram_test-school-2_6beee68c2fa24de59ce5b5d6d77689db">
-    <bpmndi:BPMNPlane bpmnElement="test-school-2_6beee68c2fa24de59ce5b5d6d77689db" id="BPMNPlane_test-school-2_6beee68c2fa24de59ce5b5d6d77689db">
-      <bpmndi:BPMNShape bpmnElement="usertask_default" id="BPMNShape_usertask_default">
-        <omgdc:Bounds height="60.0" width="100.0" x="80.0" y="63.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
-        <omgdc:Bounds height="30.0" width="30.0" x="0.0" y="78.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="end" id="BPMNShape_end">
-        <omgdc:Bounds height="30.0" width="30.0" x="470.0" y="78.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1">
-        <omgdc:Bounds height="60.0" width="100.0" x="230.0" y="0.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
-        <omgdc:Bounds height="40.0" width="40.0" x="380.0" y="73.0"></omgdc:Bounds>
-      </bpmndi:BPMNShape>
-      <bpmndi:BPMNEdge bpmnElement="sequence5" id="BPMNEdge_sequence5">
-        <omgdi:waypoint x="420.0" y="93.0"></omgdi:waypoint>
-        <omgdi:waypoint x="470.0" y="93.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="sequence3" id="BPMNEdge_sequence3">
-        <omgdi:waypoint x="380.0" y="100.5"></omgdi:waypoint>
-        <omgdi:waypoint x="368.0" y="100.5"></omgdi:waypoint>
-        <omgdi:waypoint x="368.0" y="93.0"></omgdi:waypoint>
-        <omgdi:waypoint x="80.0" y="93.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="sequence4" id="BPMNEdge_sequence4">
-        <omgdi:waypoint x="330.0" y="30.0"></omgdi:waypoint>
-        <omgdi:waypoint x="342.0" y="30.0"></omgdi:waypoint>
-        <omgdi:waypoint x="342.0" y="93.0"></omgdi:waypoint>
-        <omgdi:waypoint x="380.0" y="93.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="sequence1" id="BPMNEdge_sequence1">
-        <omgdi:waypoint x="30.0" y="93.0"></omgdi:waypoint>
-        <omgdi:waypoint x="80.0" y="93.0"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-      <bpmndi:BPMNEdge bpmnElement="sequence2" id="BPMNEdge_sequence2">
-        <omgdi:waypoint x="180.0" y="80.5"></omgdi:waypoint>
-        <omgdi:waypoint x="192.0" y="80.5"></omgdi:waypoint>
-        <omgdi:waypoint x="192.0" y="30.000000000000007"></omgdi:waypoint>
-        <omgdi:waypoint x="230.0" y="30.000000000000007"></omgdi:waypoint>
-      </bpmndi:BPMNEdge>
-    </bpmndi:BPMNPlane>
-  </bpmndi:BPMNDiagram>
-</definitions>