User: ciuser1 clicked save for documentation/user-guide-basics/user-guide-basics.bpmn
This commit is contained in:
parent
4f39ae534f
commit
5d507a74df
|
@ -70,6 +70,7 @@ telephone_all = country_code + " " + area_code + " " + phone_number_all</bpmn:sc
|
|||
<bpmn:exclusiveGateway id="Gateway_1nez60d" name="The Real Chuck Norris?">
|
||||
<bpmn:incoming>Flow_0z9399c</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0z3tg6l</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0gbomzh</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0z3tg6l" sourceRef="Gateway_1nez60d" targetRef="Gateway_06fiuk8" />
|
||||
<bpmn:exclusiveGateway id="Gateway_06fiuk8" name="Which of Chuck's Phone Numbers?">
|
||||
|
@ -82,6 +83,10 @@ telephone_all = country_code + " " + area_code + " " + phone_number_all</bpmn:sc
|
|||
<bpmn:manualTask id="Activity_1aggwmx" name="Call Chuck's Fan Club">
|
||||
<bpmn:incoming>Flow_0r7plsj</bpmn:incoming>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_0winlbl">
|
||||
<bpmn:incoming>Flow_0gbomzh</bpmn:incoming>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0gbomzh" sourceRef="Gateway_1nez60d" targetRef="Gateway_0winlbl" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_rlm9uj3">
|
||||
|
@ -119,6 +124,9 @@ telephone_all = country_code + " " + area_code + " " + phone_number_all</bpmn:sc
|
|||
<bpmndi:BPMNShape id="Activity_0nv529h_di" bpmnElement="Activity_1aggwmx">
|
||||
<dc:Bounds x="800" y="250" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0winlbl_di" bpmnElement="Gateway_0winlbl" isMarkerVisible="true">
|
||||
<dc:Bounds x="665" y="35" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_15c4wm3_di" bpmnElement="Flow_15c4wm3">
|
||||
<di:waypoint x="-22" y="177" />
|
||||
<di:waypoint x="60" y="177" />
|
||||
|
@ -152,6 +160,11 @@ telephone_all = country_code + " " + area_code + " " + phone_number_all</bpmn:sc
|
|||
<di:waypoint x="690" y="290" />
|
||||
<di:waypoint x="800" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0gbomzh_di" bpmnElement="Flow_0gbomzh">
|
||||
<di:waypoint x="560" y="152" />
|
||||
<di:waypoint x="560" y="60" />
|
||||
<di:waypoint x="665" y="60" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue