User: alex clicked save for shared/currency/currency-format.bpmn
This commit is contained in:
parent
6021287331
commit
c6efd73150
|
@ -6,6 +6,8 @@
|
|||
<spiffworkflow:preScript>whichSubject = "Currency"
|
||||
addNew = False</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1m6sgai</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0xpgl88</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:endEvent id="Event_0brhprl">
|
||||
<bpmn:incoming>Flow_18r0v1l</bpmn:incoming>
|
||||
|
@ -18,7 +20,7 @@ addNew = False</spiffworkflow:preScript>
|
|||
<spiffworkflow:property name="formUiSchemaFilename" value="which-currency_UISchema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1m6sgai</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0xpgl88</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_18zj1kx</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_174qezd" sourceRef="Activity_1gp7tds" targetRef="Activity_1q2cms5" />
|
||||
|
@ -74,7 +76,7 @@ catch NameError:
|
|||
<bpmn:outgoing>Flow_1m6sgai</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_17jio5w</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1m6sgai" name="Yes" sourceRef="Gateway_0qu1agy" targetRef="Activity_0j2b9gv">
|
||||
<bpmn:sequenceFlow id="Flow_1m6sgai" name="Yes" sourceRef="Gateway_0qu1agy" targetRef="Activity_05iptty">
|
||||
<bpmn:conditionExpression>isTest</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:exclusiveGateway id="Gateway_0lpxoao">
|
||||
|
@ -100,6 +102,7 @@ catch NameError:
|
|||
<bpmn:sequenceFlow id="Flow_18r0v1l" sourceRef="Gateway_0jk8rox" targetRef="Event_0brhprl" />
|
||||
<bpmn:sequenceFlow id="Flow_0hyui7b" name="No" sourceRef="Gateway_0u1hfe0" targetRef="Gateway_0jk8rox" />
|
||||
<bpmn:sequenceFlow id="Flow_0pxbn5q" sourceRef="StartEvent_1" targetRef="Gateway_0qu1agy" />
|
||||
<bpmn:sequenceFlow id="Flow_0xpgl88" sourceRef="Activity_05iptty" targetRef="Activity_0j2b9gv" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Shared_Currency_Format">
|
||||
|
@ -143,7 +146,7 @@ catch NameError:
|
|||
<dc:Bounds x="1305" y="152" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0jkj7ru_di" bpmnElement="Activity_05iptty">
|
||||
<dc:Bounds x="250" y="270" width="100" height="80" />
|
||||
<dc:Bounds x="260" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_18zj1kx_di" bpmnElement="Flow_18zj1kx">
|
||||
|
@ -164,9 +167,9 @@ catch NameError:
|
|||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1m6sgai_di" bpmnElement="Flow_1m6sgai">
|
||||
<di:waypoint x="165" y="177" />
|
||||
<di:waypoint x="420" y="177" />
|
||||
<di:waypoint x="260" y="177" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="286" y="159" width="18" height="14" />
|
||||
<dc:Bounds x="185" y="153" width="18" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0nlsajj_di" bpmnElement="Flow_0nlsajj">
|
||||
|
@ -206,6 +209,10 @@ catch NameError:
|
|||
<di:waypoint x="-112" y="177" />
|
||||
<di:waypoint x="115" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0xpgl88_di" bpmnElement="Flow_0xpgl88">
|
||||
<di:waypoint x="360" y="177" />
|
||||
<di:waypoint x="420" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue