Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия |
ru:rule:align_tasks_with_process [2024-08-28 21:32] – [✔ Как надо] Anatoly Belaychuk | ru:rule:align_tasks_with_process [2024-08-28 21:53] (текущий) – [Примечания] Anatoly Belaychuk |
---|
====== 0-TBD Следите за соответствием экземпляров действий экземпляру процесса ====== | ====== Следите за соответствием экземпляров действий экземпляру процесса ====== |
| |
{{tag>цикл}} | {{tag>цикл}} |
| |
{{:ru:v_razrabotke.png?nolink&200|}} | |
| |
Если процесс имеет дело с набором объектов, используйте цикл по объектам. | Если процесс имеет дело с набором объектов, используйте цикл по объектам. |
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> | <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> |
<collaboration id="Collaboration_1vp7ry3"> | <collaboration id="Collaboration_1vp7ry3"> |
<participant id="Participant_1a9ls2p" name="Purchased goods acceptance" processRef="Process_1" /> | <participant id="Participant_1a9ls2p" name="Приемка товара от поставщика" processRef="Process_1" /> |
</collaboration> | </collaboration> |
<process id="Process_1" isExecutable="false"> | <process id="Process_1" isExecutable="false"> |
<outgoing>Flow_0a9mt56</outgoing> | <outgoing>Flow_0a9mt56</outgoing> |
</startEvent> | </startEvent> |
<task id="Activity_1degtd2" name="Check cargo documents"> | <task id="Activity_1degtd2" name="Проверить товарную накладную"> |
<incoming>Flow_0a9mt56</incoming> | <incoming>Flow_0a9mt56</incoming> |
<outgoing>Flow_0j3kcf2</outgoing> | <outgoing>Flow_0j3kcf2</outgoing> |
</task> | </task> |
<exclusiveGateway id="Gateway_10qfofe" name="Documents OK?"> | <exclusiveGateway id="Gateway_10qfofe" name="Накладная в порядке?"> |
<incoming>Flow_0j3kcf2</incoming> | <incoming>Flow_0j3kcf2</incoming> |
<outgoing>Flow_0v8y0lz</outgoing> | <outgoing>Flow_0v8y0lz</outgoing> |
<outgoing>Flow_0cbr7ew</outgoing> | <outgoing>Flow_0cbr7ew</outgoing> |
<multiInstanceLoopCharacteristics /> | <multiInstanceLoopCharacteristics /> |
<task id="Activity_0k55wlf" name="Check pallet integrity"> | <task id="Activity_0k55wlf" name="Проверить целостность паллеты"> |
<incoming>Flow_0lamrjz</incoming> | <incoming>Flow_0lamrjz</incoming> |
<outgoing>Flow_0zbysou</outgoing> | <outgoing>Flow_0zbysou</outgoing> |
</task> | </task> |
<exclusiveGateway id="Gateway_0ste6tm" name="Pallet OK?"> | <exclusiveGateway id="Gateway_0ste6tm" name="Паллета в порядке?"> |
<incoming>Flow_0zbysou</incoming> | <incoming>Flow_0zbysou</incoming> |
<outgoing>Flow_0kaao6f</outgoing> | <outgoing>Flow_0kaao6f</outgoing> |
<outgoing>Flow_0ykhyoj</outgoing> | <outgoing>Flow_0ykhyoj</outgoing> |
</task> | </task> |
<task id="Activity_1b3wl5z" name="File a claim"> | <task id="Activity_1b3wl5z" name="Оформить претензию"> |
<incoming>Flow_0efw9eu</incoming> | <incoming>Flow_0efw9eu</incoming> |
<outgoing>Flow_0ijaw7o</outgoing> | <outgoing>Flow_0ijaw7o</outgoing> |
</endEvent> | </endEvent> |
<sequenceFlow id="Flow_0zbysou" sourceRef="Activity_0k55wlf" targetRef="Gateway_0ste6tm" /> | <sequenceFlow id="Flow_0zbysou" sourceRef="Activity_0k55wlf" targetRef="Gateway_0ste6tm" /> |
<sequenceFlow id="Flow_0kaao6f" name="yes" sourceRef="Gateway_0ste6tm" targetRef="Activity_19pxqla" /> | <sequenceFlow id="Flow_0kaao6f" name="да" sourceRef="Gateway_0ste6tm" targetRef="Activity_19pxqla" /> |
<sequenceFlow id="Flow_0efw9eu" name="no" sourceRef="Gateway_0ste6tm" targetRef="Activity_1b3wl5z" /> | <sequenceFlow id="Flow_0efw9eu" name="нет" sourceRef="Gateway_0ste6tm" targetRef="Activity_1b3wl5z" /> |
<sequenceFlow id="Flow_0ykhyoj" sourceRef="Activity_19pxqla" targetRef="Gateway_0ldaatt" /> | <sequenceFlow id="Flow_0ykhyoj" sourceRef="Activity_19pxqla" targetRef="Gateway_0ldaatt" /> |
<sequenceFlow id="Flow_0ijaw7o" sourceRef="Activity_1b3wl5z" targetRef="Gateway_0ldaatt" /> | <sequenceFlow id="Flow_0ijaw7o" sourceRef="Activity_1b3wl5z" targetRef="Gateway_0ldaatt" /> |
<sequenceFlow id="Flow_0a9mt56" sourceRef="Event_0qb2p1v" targetRef="Activity_1degtd2" /> | <sequenceFlow id="Flow_0a9mt56" sourceRef="Event_0qb2p1v" targetRef="Activity_1degtd2" /> |
<sequenceFlow id="Flow_0j3kcf2" sourceRef="Activity_1degtd2" targetRef="Gateway_10qfofe" /> | <sequenceFlow id="Flow_0j3kcf2" sourceRef="Activity_1degtd2" targetRef="Gateway_10qfofe" /> |
<sequenceFlow id="Flow_0v8y0lz" name="no" sourceRef="Gateway_10qfofe" targetRef="Event_18s0f3g" /> | <sequenceFlow id="Flow_0v8y0lz" name="нет" sourceRef="Gateway_10qfofe" targetRef="Event_18s0f3g" /> |
<sequenceFlow id="Flow_0l9ta06" name="yes" sourceRef="Gateway_10qfofe" targetRef="Activity_17mxt62" /> | <sequenceFlow id="Flow_0l9ta06" name="да" sourceRef="Gateway_10qfofe" targetRef="Activity_17mxt62" /> |
<sequenceFlow id="Flow_0cbr7ew" sourceRef="Activity_17mxt62" targetRef="Event_0sx6y5j" /> | <sequenceFlow id="Flow_0cbr7ew" sourceRef="Activity_17mxt62" targetRef="Event_0sx6y5j" /> |
<endEvent id="Event_0sx6y5j" name="Goods accepted"> | <endEvent id="Event_0sx6y5j" name="Товар принят"> |
<incoming>Flow_0cbr7ew</incoming> | <incoming>Flow_0cbr7ew</incoming> |
</endEvent> | </endEvent> |
<endEvent id="Event_18s0f3g" name="Invalid documents"> | <endEvent id="Event_18s0f3g" name="Отсутствуют документы"> |
<incoming>Flow_0v8y0lz</incoming> | <incoming>Flow_0v8y0lz</incoming> |
</endEvent> | </endEvent> |
<textAnnotation id="TextAnnotation_18pwym5"> | <textAnnotation id="TextAnnotation_18pwym5"> |
<text>for each palette</text> | <text>по каждой паллете</text> |
</textAnnotation> | </textAnnotation> |
<association id="Association_189wn4g" sourceRef="Activity_17mxt62" targetRef="TextAnnotation_18pwym5" /> | <association id="Association_189wn4g" sourceRef="Activity_17mxt62" targetRef="TextAnnotation_18pwym5" /> |
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> | <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> |
<collaboration id="Collaboration_1vp7ry3"> | <collaboration id="Collaboration_1vp7ry3"> |
<participant id="Participant_1a9ls2p" name="Purchased goods acceptance" processRef="Process_1" /> | <participant id="Participant_1a9ls2p" name="Приемка товара от поставщика" processRef="Process_1" /> |
</collaboration> | </collaboration> |
<process id="Process_1" isExecutable="false"> | <process id="Process_1" isExecutable="false"> |
<outgoing>Flow_0a9mt56</outgoing> | <outgoing>Flow_0a9mt56</outgoing> |
</startEvent> | </startEvent> |
<task id="Activity_1degtd2" name="Check cargo documents"> | <task id="Activity_1degtd2" name="Проверить товарную накладную"> |
<incoming>Flow_0a9mt56</incoming> | <incoming>Flow_0a9mt56</incoming> |
<outgoing>Flow_0j3kcf2</outgoing> | <outgoing>Flow_0j3kcf2</outgoing> |
</task> | </task> |
<sequenceFlow id="Flow_0a9mt56" sourceRef="Event_0qb2p1v" targetRef="Activity_1degtd2" /> | <sequenceFlow id="Flow_0a9mt56" sourceRef="Event_0qb2p1v" targetRef="Activity_1degtd2" /> |
<exclusiveGateway id="Gateway_10qfofe" name="Documents OK?"> | <exclusiveGateway id="Gateway_10qfofe" name="Накладная в порядке?"> |
<incoming>Flow_0j3kcf2</incoming> | <incoming>Flow_0j3kcf2</incoming> |
<outgoing>Flow_0v8y0lz</outgoing> | <outgoing>Flow_0v8y0lz</outgoing> |
</exclusiveGateway> | </exclusiveGateway> |
<sequenceFlow id="Flow_0j3kcf2" sourceRef="Activity_1degtd2" targetRef="Gateway_10qfofe" /> | <sequenceFlow id="Flow_0j3kcf2" sourceRef="Activity_1degtd2" targetRef="Gateway_10qfofe" /> |
<sequenceFlow id="Flow_0v8y0lz" name="no" sourceRef="Gateway_10qfofe" targetRef="Event_18s0f3g" /> | <sequenceFlow id="Flow_0v8y0lz" name="нет" sourceRef="Gateway_10qfofe" targetRef="Event_18s0f3g" /> |
<task id="Activity_0k55wlf" name="Check pallets integrity"> | <task id="Activity_0k55wlf" name="Проверить целостность паллет"> |
<incoming>Flow_1pj9ozv</incoming> | <incoming>Flow_1pj9ozv</incoming> |
<outgoing>Flow_0zbysou</outgoing> | <outgoing>Flow_0zbysou</outgoing> |
</task> | </task> |
<sequenceFlow id="Flow_1pj9ozv" name="yes" sourceRef="Gateway_10qfofe" targetRef="Activity_0k55wlf" /> | <sequenceFlow id="Flow_1pj9ozv" name="да" sourceRef="Gateway_10qfofe" targetRef="Activity_0k55wlf" /> |
<sequenceFlow id="Flow_0zbysou" sourceRef="Activity_0k55wlf" targetRef="Gateway_0ste6tm" /> | <sequenceFlow id="Flow_0zbysou" sourceRef="Activity_0k55wlf" targetRef="Gateway_0ste6tm" /> |
<exclusiveGateway id="Gateway_0ste6tm" name="Pallet OK?"> | <endEvent id="Event_18s0f3g" name="Отсутствуют документы"> |
| <incoming>Flow_0v8y0lz</incoming> |
| </endEvent> |
| <inclusiveGateway id="Gateway_0ste6tm"> |
<incoming>Flow_0zbysou</incoming> | <incoming>Flow_0zbysou</incoming> |
<outgoing>Flow_0kaao6f</outgoing> | <outgoing>Flow_1gmcsmc</outgoing> |
<outgoing>Flow_0efw9eu</outgoing> | <outgoing>Flow_08fw337</outgoing> |
</exclusiveGateway> | </inclusiveGateway> |
<sequenceFlow id="Flow_0kaao6f" name="yes" sourceRef="Gateway_0ste6tm" targetRef="Activity_19pxqla" /> | <sequenceFlow id="Flow_0ykhyoj" sourceRef="Activity_19pxqla" targetRef="Gateway_0ldaatt" /> |
<sequenceFlow id="Flow_0efw9eu" name="no" sourceRef="Gateway_0ste6tm" targetRef="Activity_1b3wl5z" /> | <sequenceFlow id="Flow_0ijaw7o" sourceRef="Activity_1b3wl5z" targetRef="Gateway_0ldaatt" /> |
| <sequenceFlow id="Flow_1sjbt67" sourceRef="Gateway_0ldaatt" targetRef="Event_1uaoiim" /> |
| <sequenceFlow id="Flow_1gmcsmc" name="есть целые паллеты" sourceRef="Gateway_0ste6tm" targetRef="Activity_19pxqla" /> |
| <sequenceFlow id="Flow_08fw337" name="есть поврежденные паллеты" sourceRef="Gateway_0ste6tm" targetRef="Activity_1b3wl5z" /> |
| <task id="Activity_1b3wl5z" name="Оформить претензию"> |
| <incoming>Flow_08fw337</incoming> |
| <outgoing>Flow_0ijaw7o</outgoing> |
| </task> |
<task id="Activity_19pxqla" name="Accomodate into warehouse"> | <task id="Activity_19pxqla" name="Accomodate into warehouse"> |
<incoming>Flow_0kaao6f</incoming> | <incoming>Flow_1gmcsmc</incoming> |
<outgoing>Flow_0ykhyoj</outgoing> | <outgoing>Flow_0ykhyoj</outgoing> |
</task> | </task> |
<task id="Activity_1b3wl5z" name="File a claim"> | <inclusiveGateway id="Gateway_0ldaatt"> |
<incoming>Flow_0efw9eu</incoming> | |
<outgoing>Flow_0ijaw7o</outgoing> | |
</task> | |
<exclusiveGateway id="Gateway_0ldaatt"> | |
<incoming>Flow_0ykhyoj</incoming> | <incoming>Flow_0ykhyoj</incoming> |
<incoming>Flow_0ijaw7o</incoming> | <incoming>Flow_0ijaw7o</incoming> |
<outgoing>Flow_1sjbt67</outgoing> | <outgoing>Flow_1sjbt67</outgoing> |
</exclusiveGateway> | </inclusiveGateway> |
<sequenceFlow id="Flow_0ykhyoj" sourceRef="Activity_19pxqla" targetRef="Gateway_0ldaatt" /> | |
<sequenceFlow id="Flow_0ijaw7o" sourceRef="Activity_1b3wl5z" targetRef="Gateway_0ldaatt" /> | |
<endEvent id="Event_1uaoiim"> | <endEvent id="Event_1uaoiim"> |
<incoming>Flow_1sjbt67</incoming> | <incoming>Flow_1sjbt67</incoming> |
</endEvent> | |
<sequenceFlow id="Flow_1sjbt67" sourceRef="Gateway_0ldaatt" targetRef="Event_1uaoiim" /> | |
<endEvent id="Event_18s0f3g" name="Invalid documents"> | |
<incoming>Flow_0v8y0lz</incoming> | |
</endEvent> | </endEvent> |
</process> | </process> |
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1vp7ry3"> | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1vp7ry3"> |
<bpmndi:BPMNShape id="Participant_1a9ls2p_di" bpmnElement="Participant_1a9ls2p" isHorizontal="true"> | <bpmndi:BPMNShape id="Participant_1a9ls2p_di" bpmnElement="Participant_1a9ls2p" isHorizontal="true"> |
<omgdc:Bounds x="200" y="20" width="910" height="270" /> | <omgdc:Bounds x="200" y="30" width="950" height="250" /> |
<bpmndi:BPMNLabel /> | <bpmndi:BPMNLabel /> |
</bpmndi:BPMNShape> | </bpmndi:BPMNShape> |
<omgdc:Bounds x="475" y="75" width="50" height="50" /> | <omgdc:Bounds x="475" y="75" width="50" height="50" /> |
<bpmndi:BPMNLabel> | <bpmndi:BPMNLabel> |
<omgdc:Bounds x="460" y="45" width="81" height="14" /> | <omgdc:Bounds x="460" y="53" width="81" height="14" /> |
</bpmndi:BPMNLabel> | </bpmndi:BPMNLabel> |
</bpmndi:BPMNShape> | </bpmndi:BPMNShape> |
<bpmndi:BPMNLabel /> | <bpmndi:BPMNLabel /> |
</bpmndi:BPMNShape> | </bpmndi:BPMNShape> |
<bpmndi:BPMNShape id="Gateway_0ste6tm_di" bpmnElement="Gateway_0ste6tm" isMarkerVisible="true"> | <bpmndi:BPMNShape id="Event_18s0f3g_di" bpmnElement="Event_18s0f3g"> |
<omgdc:Bounds x="705" y="75" width="50" height="50" /> | <omgdc:Bounds x="482" y="162" width="36" height="36" /> |
<bpmndi:BPMNLabel> | <bpmndi:BPMNLabel> |
<omgdc:Bounds x="703" y="51" width="53" height="14" /> | <omgdc:Bounds x="455" y="205" width="90" height="14" /> |
</bpmndi:BPMNLabel> | </bpmndi:BPMNLabel> |
</bpmndi:BPMNShape> | </bpmndi:BPMNShape> |
<bpmndi:BPMNShape id="Activity_19pxqla_di" bpmnElement="Activity_19pxqla"> | <bpmndi:BPMNShape id="Gateway_05slbzv_di" bpmnElement="Gateway_0ste6tm"> |
<omgdc:Bounds x="810" y="60" width="100" height="80" /> | <omgdc:Bounds x="705" y="75" width="50" height="50" /> |
<bpmndi:BPMNLabel /> | |
</bpmndi:BPMNShape> | </bpmndi:BPMNShape> |
<bpmndi:BPMNShape id="Activity_1b3wl5z_di" bpmnElement="Activity_1b3wl5z"> | <bpmndi:BPMNShape id="Activity_1b3wl5z_di" bpmnElement="Activity_1b3wl5z"> |
<omgdc:Bounds x="810" y="170" width="100" height="80" /> | <omgdc:Bounds x="850" y="170" width="100" height="80" /> |
<bpmndi:BPMNLabel /> | <bpmndi:BPMNLabel /> |
</bpmndi:BPMNShape> | </bpmndi:BPMNShape> |
<bpmndi:BPMNShape id="Gateway_0ldaatt_di" bpmnElement="Gateway_0ldaatt" isMarkerVisible="true"> | <bpmndi:BPMNShape id="Activity_19pxqla_di" bpmnElement="Activity_19pxqla"> |
<omgdc:Bounds x="955" y="75" width="50" height="50" /> | <omgdc:Bounds x="850" y="60" width="100" height="80" /> |
| <bpmndi:BPMNLabel /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Gateway_0zdcd69_di" bpmnElement="Gateway_0ldaatt"> |
| <omgdc:Bounds x="995" y="75" width="50" height="50" /> |
</bpmndi:BPMNShape> | </bpmndi:BPMNShape> |
<bpmndi:BPMNShape id="Event_1uaoiim_di" bpmnElement="Event_1uaoiim"> | <bpmndi:BPMNShape id="Event_1uaoiim_di" bpmnElement="Event_1uaoiim"> |
<omgdc:Bounds x="1042" y="82" width="36" height="36" /> | <omgdc:Bounds x="1082" y="82" width="36" height="36" /> |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="Event_18s0f3g_di" bpmnElement="Event_18s0f3g"> | |
<omgdc:Bounds x="482" y="162" width="36" height="36" /> | |
<bpmndi:BPMNLabel> | |
<omgdc:Bounds x="455" y="205" width="90" height="14" /> | |
</bpmndi:BPMNLabel> | |
</bpmndi:BPMNShape> | </bpmndi:BPMNShape> |
<bpmndi:BPMNEdge id="Flow_0a9mt56_di" bpmnElement="Flow_0a9mt56"> | <bpmndi:BPMNEdge id="Flow_0a9mt56_di" bpmnElement="Flow_0a9mt56"> |
<omgdi:waypoint x="705" y="100" /> | <omgdi:waypoint x="705" y="100" /> |
</bpmndi:BPMNEdge> | </bpmndi:BPMNEdge> |
<bpmndi:BPMNEdge id="Flow_0kaao6f_di" bpmnElement="Flow_0kaao6f"> | <bpmndi:BPMNEdge id="Flow_0ykhyoj_di" bpmnElement="Flow_0ykhyoj"> |
| <omgdi:waypoint x="950" y="100" /> |
| <omgdi:waypoint x="995" y="100" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_0ijaw7o_di" bpmnElement="Flow_0ijaw7o"> |
| <omgdi:waypoint x="950" y="210" /> |
| <omgdi:waypoint x="1020" y="210" /> |
| <omgdi:waypoint x="1020" y="125" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_1sjbt67_di" bpmnElement="Flow_1sjbt67"> |
| <omgdi:waypoint x="1045" y="100" /> |
| <omgdi:waypoint x="1082" y="100" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_1gmcsmc_di" bpmnElement="Flow_1gmcsmc"> |
<omgdi:waypoint x="755" y="100" /> | <omgdi:waypoint x="755" y="100" /> |
<omgdi:waypoint x="810" y="100" /> | <omgdi:waypoint x="850" y="100" /> |
<bpmndi:BPMNLabel> | <bpmndi:BPMNLabel> |
<omgdc:Bounds x="774" y="82" width="17" height="14" /> | <omgdc:Bounds x="749" y="66" width="81" height="27" /> |
</bpmndi:BPMNLabel> | </bpmndi:BPMNLabel> |
</bpmndi:BPMNEdge> | </bpmndi:BPMNEdge> |
<bpmndi:BPMNEdge id="Flow_0efw9eu_di" bpmnElement="Flow_0efw9eu"> | <bpmndi:BPMNEdge id="Flow_08fw337_di" bpmnElement="Flow_08fw337"> |
<omgdi:waypoint x="730" y="125" /> | <omgdi:waypoint x="730" y="125" /> |
<omgdi:waypoint x="730" y="210" /> | <omgdi:waypoint x="730" y="210" /> |
<omgdi:waypoint x="810" y="210" /> | <omgdi:waypoint x="850" y="210" /> |
<bpmndi:BPMNLabel> | <bpmndi:BPMNLabel> |
<omgdc:Bounds x="772" y="188" width="13" height="14" /> | <omgdc:Bounds x="749" y="176" width="81" height="27" /> |
</bpmndi:BPMNLabel> | </bpmndi:BPMNLabel> |
</bpmndi:BPMNEdge> | |
<bpmndi:BPMNEdge id="Flow_0ykhyoj_di" bpmnElement="Flow_0ykhyoj"> | |
<omgdi:waypoint x="910" y="100" /> | |
<omgdi:waypoint x="955" y="100" /> | |
</bpmndi:BPMNEdge> | |
<bpmndi:BPMNEdge id="Flow_0ijaw7o_di" bpmnElement="Flow_0ijaw7o"> | |
<omgdi:waypoint x="910" y="210" /> | |
<omgdi:waypoint x="980" y="210" /> | |
<omgdi:waypoint x="980" y="125" /> | |
</bpmndi:BPMNEdge> | |
<bpmndi:BPMNEdge id="Flow_1sjbt67_di" bpmnElement="Flow_1sjbt67"> | |
<omgdi:waypoint x="1005" y="100" /> | |
<omgdi:waypoint x="1042" y="100" /> | |
</bpmndi:BPMNEdge> | </bpmndi:BPMNEdge> |
</bpmndi:BPMNPlane> | </bpmndi:BPMNPlane> |
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> | <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> |
<collaboration id="Collaboration_1vp7ry3"> | <collaboration id="Collaboration_1vp7ry3"> |
<participant id="Participant_1a9ls2p" name="Purchased goods acceptance" processRef="Process_1" /> | <participant id="Participant_1a9ls2p" name="Приемка товара от поставщика" processRef="Process_1" /> |
</collaboration> | </collaboration> |
<process id="Process_1" isExecutable="false"> | <process id="Process_1" isExecutable="false"> |
<outgoing>Flow_0a9mt56</outgoing> | <outgoing>Flow_0a9mt56</outgoing> |
</startEvent> | </startEvent> |
<task id="Activity_1degtd2" name="Check cargo documents"> | <task id="Activity_1degtd2" name="Проверить товарную накладную"> |
<incoming>Flow_0a9mt56</incoming> | <incoming>Flow_0a9mt56</incoming> |
<outgoing>Flow_0j3kcf2</outgoing> | <outgoing>Flow_0j3kcf2</outgoing> |
</task> | </task> |
<sequenceFlow id="Flow_0a9mt56" sourceRef="Event_0qb2p1v" targetRef="Activity_1degtd2" /> | <sequenceFlow id="Flow_0a9mt56" sourceRef="Event_0qb2p1v" targetRef="Activity_1degtd2" /> |
<exclusiveGateway id="Gateway_10qfofe" name="Documents OK?"> | <exclusiveGateway id="Gateway_10qfofe" name="Накладная в порядке?"> |
<incoming>Flow_0j3kcf2</incoming> | <incoming>Flow_0j3kcf2</incoming> |
<outgoing>Flow_0v8y0lz</outgoing> | <outgoing>Flow_0v8y0lz</outgoing> |
</exclusiveGateway> | </exclusiveGateway> |
<sequenceFlow id="Flow_0j3kcf2" sourceRef="Activity_1degtd2" targetRef="Gateway_10qfofe" /> | <sequenceFlow id="Flow_0j3kcf2" sourceRef="Activity_1degtd2" targetRef="Gateway_10qfofe" /> |
<sequenceFlow id="Flow_0v8y0lz" name="no" sourceRef="Gateway_10qfofe" targetRef="Event_18s0f3g" /> | <sequenceFlow id="Flow_0v8y0lz" name="нет" sourceRef="Gateway_10qfofe" targetRef="Event_18s0f3g" /> |
<task id="Activity_0k55wlf" name="Check pallets integrity"> | <task id="Activity_0k55wlf" name="Проверить целостность паллет"> |
<incoming>Flow_1pj9ozv</incoming> | <incoming>Flow_1pj9ozv</incoming> |
<outgoing>Flow_0zbysou</outgoing> | <outgoing>Flow_0zbysou</outgoing> |
</task> | </task> |
<sequenceFlow id="Flow_1pj9ozv" name="yes" sourceRef="Gateway_10qfofe" targetRef="Activity_0k55wlf" /> | <sequenceFlow id="Flow_1pj9ozv" name="да" sourceRef="Gateway_10qfofe" targetRef="Activity_0k55wlf" /> |
<sequenceFlow id="Flow_0zbysou" sourceRef="Activity_0k55wlf" targetRef="Gateway_0ste6tm" /> | <sequenceFlow id="Flow_0zbysou" sourceRef="Activity_0k55wlf" targetRef="Gateway_0ste6tm" /> |
<exclusiveGateway id="Gateway_0ste6tm" name="Pallet OK?"> | <exclusiveGateway id="Gateway_0ste6tm" name="Паллета в порядке?"> |
<incoming>Flow_0zbysou</incoming> | <incoming>Flow_0zbysou</incoming> |
<outgoing>Flow_0kaao6f</outgoing> | <outgoing>Flow_0kaao6f</outgoing> |
<outgoing>Flow_0efw9eu</outgoing> | <outgoing>Flow_0efw9eu</outgoing> |
</exclusiveGateway> | </exclusiveGateway> |
<sequenceFlow id="Flow_0kaao6f" name="yes" sourceRef="Gateway_0ste6tm" targetRef="Activity_19pxqla" /> | <sequenceFlow id="Flow_0kaao6f" name="да" sourceRef="Gateway_0ste6tm" targetRef="Activity_19pxqla" /> |
<sequenceFlow id="Flow_0efw9eu" name="no" sourceRef="Gateway_0ste6tm" targetRef="Activity_1b3wl5z" /> | <sequenceFlow id="Flow_0efw9eu" name="нет" sourceRef="Gateway_0ste6tm" targetRef="Activity_1b3wl5z" /> |
<task id="Activity_19pxqla" name="Accomodate into warehouse"> | <task id="Activity_19pxqla" name="Accomodate into warehouse"> |
<incoming>Flow_0kaao6f</incoming> | <incoming>Flow_0kaao6f</incoming> |
<outgoing>Flow_0ykhyoj</outgoing> | <outgoing>Flow_0ykhyoj</outgoing> |
</task> | </task> |
<task id="Activity_1b3wl5z" name="File a claim"> | <task id="Activity_1b3wl5z" name="Оформить претензию"> |
<incoming>Flow_0efw9eu</incoming> | <incoming>Flow_0efw9eu</incoming> |
<outgoing>Flow_0ijaw7o</outgoing> | <outgoing>Flow_0ijaw7o</outgoing> |
</endEvent> | </endEvent> |
<sequenceFlow id="Flow_1sjbt67" sourceRef="Gateway_0ldaatt" targetRef="Event_1uaoiim" /> | <sequenceFlow id="Flow_1sjbt67" sourceRef="Gateway_0ldaatt" targetRef="Event_1uaoiim" /> |
<endEvent id="Event_18s0f3g" name="Invalid documents"> | <endEvent id="Event_18s0f3g" name="Отсутствуют документы"> |
<incoming>Flow_0v8y0lz</incoming> | <incoming>Flow_0v8y0lz</incoming> |
</endEvent> | </endEvent> |
===== Примечания ===== | ===== Примечания ===== |
| |
Диаграмму BPMN следует трактовать буквально: как нарисовали, так и работаем. | Диаграммы BPMN следует трактовать буквально: как нарисовали, так и работаем. |
Поэтому если на диаграмме [[#как не надо]] изображена задача "Проверить целостность паллет", за которой следует развилка "Паллета цела?", то это значит, что проверяется одна паллета. | Поэтому если на диаграмме [[#как не надо]] изображена задача "Проверить целостность паллет", за которой следует развилка "Паллета цела?", |
| то это значит, что на развилке проверяется состояние лишь одной паллеты. |
Следует показать на диаграмме либо обработку каждой паллеты по отдельности в цикле по объектам ([[#как надо]], вверху), либо продолжать работать с множеством паллет ([[#как надо]], внизу). | Следует показать на диаграмме либо обработку каждой паллеты по отдельности в цикле по объектам ([[#как надо]], вверху), либо продолжать работать с множеством паллет ([[#как надо]], внизу). |
| |
===== Исключения ===== | ===== Смотри также ===== |
| |
* [[collapsed_subprocess]] | * [[collapsed_subprocess]] |
| |
===== Смотри также ===== | |
| |
Тут ссылки на страницы со схожим контентом (этот раздел опционален) | |
| |
===== Автор(ы) ===== | ===== Автор(ы) ===== |
| |
--- //[[user:bell|Anatoly Belaychuk]] 2024-08-23 21:21// | --- //[[user:bell|Anatoly Belaychuk]] 2024-08-23 21:21// |