User: silvia.orozco@myome.com clicked save for playground/myome/pizza-kingdom-silvia/pizza-kingdom-silvia.bpmn
This commit is contained in:
parent
928ec142c0
commit
6ddab5b425
|
@ -110,13 +110,26 @@ Topping Price: {{topping_price}}
|
|||
<spiffworkflow:instructionsForEndUser>You selected credit!</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0qejpw9</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1vx87h5</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:manualTask id="Activity_1t0f3lc" name="CASH">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>You selected cash!</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0t4fhys</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ll4g6z</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_0szgxgp">
|
||||
<bpmn:incoming>Flow_0ll4g6z</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1vx87h5</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0dwrozo</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0ll4g6z" sourceRef="Activity_1t0f3lc" targetRef="Gateway_0szgxgp" />
|
||||
<bpmn:sequenceFlow id="Flow_1vx87h5" sourceRef="Activity_0sddg1u" targetRef="Gateway_0szgxgp" />
|
||||
<bpmn:endEvent id="Event_1ru8cja">
|
||||
<bpmn:incoming>Flow_0dwrozo</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0dwrozo" sourceRef="Gateway_0szgxgp" targetRef="Event_1ru8cja" />
|
||||
</bpmn:subProcess>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
|
@ -203,6 +216,12 @@ Topping Price: {{topping_price}}
|
|||
<dc:Bounds x="510" y="290" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0szgxgp_di" bpmnElement="Gateway_0szgxgp" isMarkerVisible="true">
|
||||
<dc:Bounds x="675" y="205" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1ru8cja_di" bpmnElement="Event_1ru8cja">
|
||||
<dc:Bounds x="792" y="212" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1kjlao6_di" bpmnElement="Flow_1kjlao6">
|
||||
<di:waypoint x="178" y="230" />
|
||||
<di:waypoint x="230" y="230" />
|
||||
|
@ -227,6 +246,20 @@ Topping Price: {{topping_price}}
|
|||
<dc:Bounds x="418" y="288" width="34" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ll4g6z_di" bpmnElement="Flow_0ll4g6z">
|
||||
<di:waypoint x="610" y="330" />
|
||||
<di:waypoint x="700" y="330" />
|
||||
<di:waypoint x="700" y="255" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1vx87h5_di" bpmnElement="Flow_1vx87h5">
|
||||
<di:waypoint x="590" y="140" />
|
||||
<di:waypoint x="700" y="140" />
|
||||
<di:waypoint x="700" y="205" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0dwrozo_di" bpmnElement="Flow_0dwrozo">
|
||||
<di:waypoint x="725" y="230" />
|
||||
<di:waypoint x="792" y="230" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue