User: silvia.orozco@myome.com clicked save for playground/myome/pizza-kingdom-silvia/pizza-kingdom-silvia.bpmn
This commit is contained in:
parent
b4840951e2
commit
928ec142c0
|
@ -105,13 +105,13 @@ Topping Price: {{topping_price}}
|
|||
<bpmn:conditionExpression>payment_type == "credit"</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:sequenceFlow id="Flow_0t4fhys" name="default" sourceRef="Gateway_0uigwa7" targetRef="Activity_1t0f3lc" />
|
||||
<bpmn:manualTask id="Activity_0sddg1u">
|
||||
<bpmn:manualTask id="Activity_0sddg1u" name="CREDIT">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>You selected credit!</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0qejpw9</bpmn:incoming>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:manualTask id="Activity_1t0f3lc">
|
||||
<bpmn:manualTask id="Activity_1t0f3lc" name="CASH">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>You selected cash!</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
|
@ -197,9 +197,11 @@ Topping Price: {{topping_price}}
|
|||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1m0p8n4_di" bpmnElement="Activity_0sddg1u">
|
||||
<dc:Bounds x="490" y="100" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_05ynetj_di" bpmnElement="Activity_1t0f3lc">
|
||||
<dc:Bounds x="510" y="290" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1kjlao6_di" bpmnElement="Flow_1kjlao6">
|
||||
<di:waypoint x="178" y="230" />
|
||||
|
|
Loading…
Reference in New Issue