User: dan@sartography.com clicked save for playground/dan/pizza-palace/pizza_palace.bpmn

This commit is contained in:
sartography-automated-committer 2023-11-20 19:41:54 +00:00
parent 4e20c3cbda
commit fe9d8ce135
1 changed files with 8 additions and 8 deletions

View File

@ -4,8 +4,8 @@
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_04q7hj8</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_04q7hj8" sourceRef="StartEvent_1" targetRef="user_form" />
<bpmn:manualTask id="user_form" name="Show welcome message">
<bpmn:sequenceFlow id="Flow_04q7hj8" sourceRef="StartEvent_1" targetRef="intro" />
<bpmn:manualTask id="intro" name="Show welcome message">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># Welcome to Joe's Pizza Palace
For all your pizza pie needs!
@ -18,9 +18,9 @@ Press submit below to start your order!</spiffworkflow:instructionsForEndUser>
<bpmn:endEvent id="Event_0vp0rkm">
<bpmn:incoming>Flow_10gazda</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_10nx10l" sourceRef="user_form" targetRef="Activity_0mxov5f" />
<bpmn:sequenceFlow id="Flow_0hnc6m8" sourceRef="Activity_0mxov5f" targetRef="Activity_0dkzkil" />
<bpmn:userTask id="Activity_0mxov5f" name="Select Pizza">
<bpmn:sequenceFlow id="Flow_10nx10l" sourceRef="intro" targetRef="user_form" />
<bpmn:sequenceFlow id="Flow_0hnc6m8" sourceRef="user_form" targetRef="Activity_0dkzkil" />
<bpmn:userTask id="user_form" name="Select Pizza">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="pizza-order-schema.json" />
@ -108,7 +108,7 @@ Press submit below to start your order!</spiffworkflow:instructionsForEndUser>
<bpmn:outgoing>Flow_01ww1sb</bpmn:outgoing>
<bpmn:signalEventDefinition id="SignalEventDefinition_0ph3nuo" />
</bpmn:boundaryEvent>
<bpmn:sequenceFlow id="Flow_01ww1sb" sourceRef="Event_1vlvm04" targetRef="Activity_0mxov5f" />
<bpmn:sequenceFlow id="Flow_01ww1sb" sourceRef="Event_1vlvm04" targetRef="user_form" />
<bpmn:sequenceFlow id="Flow_10gazda" sourceRef="Activity_1fofxq6" targetRef="Event_0vp0rkm" />
<bpmn:subProcess id="Activity_1fofxq6" name="Collect Payment">
<bpmn:incoming>Flow_1ig3g9x</bpmn:incoming>
@ -177,14 +177,14 @@ Please enter your paypal login details below ....
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-48" y="-88" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0sbya7m_di" bpmnElement="user_form">
<bpmndi:BPMNShape id="Activity_0sbya7m_di" bpmnElement="intro">
<dc:Bounds x="40" y="-110" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0vp0rkm_di" bpmnElement="Event_0vp0rkm">
<dc:Bounds x="1002" y="-88" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1h9u75p_di" bpmnElement="Activity_0mxov5f">
<bpmndi:BPMNShape id="Activity_1h9u75p_di" bpmnElement="user_form">
<dc:Bounds x="190" y="-110" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>