User: dylan.reinhardt@myome.com clicked save for playground/myome/dylans-pizza-palace/dylans-pizza-palace.bpmn
This commit is contained in:
parent
488ae85d74
commit
a3f1aef718
|
@ -6,9 +6,9 @@
|
|||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1855mr8" sourceRef="StartEvent_1" targetRef="Activity_0fgw6j5" />
|
||||
<bpmn:endEvent id="Event_0dkep9e">
|
||||
<bpmn:incoming>Flow_17v1vzv</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0zuwmie</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_17v1vzv" sourceRef="Activity_0fgw6j5" targetRef="Event_0dkep9e" />
|
||||
<bpmn:sequenceFlow id="Flow_17v1vzv" sourceRef="Activity_0fgw6j5" targetRef="Activity_1o3s5ex" />
|
||||
<bpmn:manualTask id="Activity_0fgw6j5" name="Welcome Message">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>Welcome to Dylan's Pizza Palace
|
||||
|
@ -18,26 +18,59 @@ We make pizza</spiffworkflow:instructionsForEndUser>
|
|||
<bpmn:incoming>Flow_1855mr8</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_17v1vzv</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:sequenceFlow id="Flow_0zuwmie" sourceRef="Activity_1o3s5ex" targetRef="Event_0dkep9e" />
|
||||
<bpmn:userTask id="Activity_1o3s5ex" name="Select Pizza">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="select-toppings-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="select-toppings-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
<spiffworkflow:preScript> pizza_sizes = [
|
||||
{
|
||||
"value": "small",
|
||||
"label": "Small"
|
||||
},
|
||||
{
|
||||
"value": "medium",
|
||||
"label": "Medium"
|
||||
},
|
||||
{
|
||||
"value": "large",
|
||||
"label": "Large"
|
||||
}
|
||||
]</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_17v1vzv</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0zuwmie</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_kyg5wux">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-258" y="-518" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0dkep9e_di" bpmnElement="Event_0dkep9e">
|
||||
<dc:Bounds x="-18" y="-518" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0ewmfrd_di" bpmnElement="Activity_0fgw6j5">
|
||||
<dc:Bounds x="-170" y="-540" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0dkep9e_di" bpmnElement="Event_0dkep9e">
|
||||
<dc:Bounds x="432" y="-518" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0v66cip_di" bpmnElement="Activity_1o3s5ex">
|
||||
<dc:Bounds x="-10" y="-540" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1855mr8_di" bpmnElement="Flow_1855mr8">
|
||||
<di:waypoint x="-222" y="-500" />
|
||||
<di:waypoint x="-170" y="-500" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_17v1vzv_di" bpmnElement="Flow_17v1vzv">
|
||||
<di:waypoint x="-70" y="-500" />
|
||||
<di:waypoint x="-18" y="-500" />
|
||||
<di:waypoint x="-10" y="-500" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0zuwmie_di" bpmnElement="Flow_0zuwmie">
|
||||
<di:waypoint x="90" y="-500" />
|
||||
<di:waypoint x="432" y="-500" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
|
Loading…
Reference in New Issue