User: dinithi@sartography.com clicked save for playground/dinithi-sartography/multiple-start-events/multiple-start-events.bpmn
This commit is contained in:
parent
5e868be791
commit
385da31c48
|
@ -1,17 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:collaboration id="Collaboration_076ym9c">
|
||||
<bpmn:participant id="Participant_0atkyyp" processRef="Process_multiple_start_events_j8vyclf" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_multiple_start_events_j8vyclf" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_17db3yp</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_17db3yp" sourceRef="StartEvent_1" targetRef="Activity_0qpzdpu" />
|
||||
<bpmn:endEvent id="EndEvent_1">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>The process instance completed successfully.</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_12pkbxb</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_12pkbxb" sourceRef="Activity_0qpzdpu" targetRef="EndEvent_1" />
|
||||
<bpmn:manualTask id="Activity_0qpzdpu" name="Example manual task">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>This is an example **Manual Task**. A **Manual Task** is designed to allow someone to complete a task outside of the system and then report back that it is complete. You can click the *Continue* button to proceed. When you are done running this process, you can edit the **Process Model** to include a:
|
||||
|
@ -22,14 +20,46 @@
|
|||
|
||||
You can also change the text you are reading here by updating the *Instructions* on this example manual task.</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_18pmbzt</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_12pkbxb</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:sequenceFlow id="Flow_12pkbxb" sourceRef="Activity_0qpzdpu" targetRef="EndEvent_1" />
|
||||
<bpmn:sequenceFlow id="Flow_1mt12b1" sourceRef="StartEvent_1" targetRef="Gateway_1jl4fcc" />
|
||||
<bpmn:sequenceFlow id="Flow_18pmbzt" sourceRef="Gateway_1jl4fcc" targetRef="Activity_0qpzdpu" />
|
||||
<bpmn:exclusiveGateway id="Gateway_1jl4fcc">
|
||||
<bpmn:incoming>Flow_1mt12b1</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0crxs8a</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1vn9dcn</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_18pmbzt</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:startEvent id="Event_1faxuwu">
|
||||
<bpmn:outgoing>Flow_1vn9dcn</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:startEvent id="Event_151xw4e" messageRef="[object Object]">
|
||||
<bpmn:outgoing>Flow_0crxs8a</bpmn:outgoing>
|
||||
<bpmn:messageEventDefinition id="MessageEventDefinition_0qx7zkc" messageRef="Message_19odj0u" />
|
||||
</bpmn:startEvent>
|
||||
<bpmn:startEvent id="StartEvent_1" messageRef="[object Object]">
|
||||
<bpmn:outgoing>Flow_1mt12b1</bpmn:outgoing>
|
||||
<bpmn:messageEventDefinition id="MessageEventDefinition_1psbr1v" messageRef="Message_01ygg8z" />
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0crxs8a" sourceRef="Event_151xw4e" targetRef="Gateway_1jl4fcc" />
|
||||
<bpmn:sequenceFlow id="Flow_1vn9dcn" sourceRef="Event_1faxuwu" targetRef="Gateway_1jl4fcc" />
|
||||
</bpmn:process>
|
||||
<bpmn:message id="Message_19odj0u" name="message_a">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:messageVariable>a</spiffworkflow:messageVariable>
|
||||
</bpmn:extensionElements>
|
||||
</bpmn:message>
|
||||
<bpmn:message id="Message_01ygg8z" name="message_b">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:messageVariable>b</spiffworkflow:messageVariable>
|
||||
</bpmn:extensionElements>
|
||||
</bpmn:message>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_multiple_start_events_j8vyclf">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_076ym9c">
|
||||
<bpmndi:BPMNShape id="Participant_0atkyyp_di" bpmnElement="Participant_0atkyyp" isHorizontal="true">
|
||||
<dc:Bounds x="-112" y="20" width="982" height="310" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
|
@ -38,14 +68,40 @@ You can also change the text you are reading here by updating the *Instructions*
|
|||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_17db3yp_di" bpmnElement="Flow_17db3yp">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="Gateway_1jl4fcc_di" bpmnElement="Gateway_1jl4fcc" isMarkerVisible="true">
|
||||
<dc:Bounds x="115" y="152" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1faxuwu_di" bpmnElement="Event_1faxuwu">
|
||||
<dc:Bounds x="-8" y="252" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1pybpa3_di" bpmnElement="Event_151xw4e">
|
||||
<dc:Bounds x="-8" y="72" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1wzolns_di" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-8" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_12pkbxb_di" bpmnElement="Flow_12pkbxb">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1mt12b1_di" bpmnElement="Flow_1mt12b1">
|
||||
<di:waypoint x="28" y="177" />
|
||||
<di:waypoint x="115" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_18pmbzt_di" bpmnElement="Flow_18pmbzt">
|
||||
<di:waypoint x="165" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0crxs8a_di" bpmnElement="Flow_0crxs8a">
|
||||
<di:waypoint x="28" y="90" />
|
||||
<di:waypoint x="140" y="90" />
|
||||
<di:waypoint x="140" y="152" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1vn9dcn_di" bpmnElement="Flow_1vn9dcn">
|
||||
<di:waypoint x="28" y="270" />
|
||||
<di:waypoint x="140" y="270" />
|
||||
<di:waypoint x="140" y="202" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
|
Loading…
Reference in New Issue