User: silvia.orozco@myome.com clicked save for playground/myome/pizza-kingdom-silvia/pizza-kingdom-silvia.bpmn
This commit is contained in:
parent
b7242633a8
commit
4bdcd7489d
|
@ -7,6 +7,7 @@
|
|||
<bpmn:sequenceFlow id="Flow_0q4d4r9" sourceRef="StartEvent_1" targetRef="Activity_093hb7o" />
|
||||
<bpmn:manualTask id="Activity_093hb7o" name="Welcome message">
|
||||
<bpmn:incoming>Flow_0q4d4r9</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1ygkfkp</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0c3flgu</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:sequenceFlow id="Flow_0c3flgu" sourceRef="Activity_093hb7o" targetRef="Activity_1y7mw9l" />
|
||||
|
@ -68,6 +69,14 @@ Topping Price: {{topping_price}}
|
|||
<bpmn:incoming>Flow_07z1ros</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_07z1ros" sourceRef="Activity_0gznwgh" targetRef="Event_1j54928" />
|
||||
<bpmn:boundaryEvent id="Event_06rpop5" attachedToRef="Activity_0gznwgh">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:signalButtonLabel>Change Order</spiffworkflow:signalButtonLabel>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:outgoing>Flow_1ygkfkp</bpmn:outgoing>
|
||||
<bpmn:signalEventDefinition id="SignalEventDefinition_12dq9wh" />
|
||||
</bpmn:boundaryEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1ygkfkp" sourceRef="Event_06rpop5" targetRef="Activity_093hb7o" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_57rvnyv">
|
||||
|
@ -93,6 +102,9 @@ Topping Price: {{topping_price}}
|
|||
<bpmndi:BPMNShape id="Event_1j54928_di" bpmnElement="Event_1j54928">
|
||||
<dc:Bounds x="932" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1qeo4h4_di" bpmnElement="Event_06rpop5">
|
||||
<dc:Bounds x="822" y="199" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0q4d4r9_di" bpmnElement="Flow_0q4d4r9">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
|
@ -113,6 +125,13 @@ Topping Price: {{topping_price}}
|
|||
<di:waypoint x="870" y="177" />
|
||||
<di:waypoint x="932" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ygkfkp_di" bpmnElement="Flow_1ygkfkp">
|
||||
<di:waypoint x="840" y="235" />
|
||||
<di:waypoint x="840" y="255" />
|
||||
<di:waypoint x="610" y="570" />
|
||||
<di:waypoint x="340" y="320" />
|
||||
<di:waypoint x="322" y="217" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue