mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 05:08:11 +00:00
User: alex clicked save for shared/start-process/start-process.bpmn
This commit is contained in:
parent
e34e09bc9c
commit
8f5b80e598
@ -20,14 +20,19 @@ process_info = get_process_info()
|
|||||||
which_user_task = "invoice-approval"</bpmn:script>
|
which_user_task = "invoice-approval"</bpmn:script>
|
||||||
</bpmn:scriptTask>
|
</bpmn:scriptTask>
|
||||||
<bpmn:endEvent id="Event_1ghzw9d">
|
<bpmn:endEvent id="Event_1ghzw9d">
|
||||||
<bpmn:incoming>Flow_00fd8n9</bpmn:incoming>
|
<bpmn:incoming>Flow_1qqr59k</bpmn:incoming>
|
||||||
</bpmn:endEvent>
|
</bpmn:endEvent>
|
||||||
<bpmn:sequenceFlow id="Flow_1m5aamy" sourceRef="Activity_0i59o4c" targetRef="Activity_0yoy91y" />
|
<bpmn:sequenceFlow id="Flow_1m5aamy" sourceRef="Activity_0i59o4c" targetRef="Activity_0yoy91y" />
|
||||||
<bpmn:sequenceFlow id="Flow_00fd8n9" sourceRef="Activity_0yoy91y" targetRef="Event_1ghzw9d" />
|
<bpmn:sequenceFlow id="Flow_00fd8n9" sourceRef="Activity_0yoy91y" targetRef="Activity_0mc03sy" />
|
||||||
<bpmn:callActivity id="Activity_0yoy91y" name="Call Shared: User Info" calledElement="Shared_User_Info">
|
<bpmn:callActivity id="Activity_0yoy91y" name="Call Shared: User Info" calledElement="Shared_User_Info">
|
||||||
<bpmn:incoming>Flow_1m5aamy</bpmn:incoming>
|
<bpmn:incoming>Flow_1m5aamy</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_00fd8n9</bpmn:outgoing>
|
<bpmn:outgoing>Flow_00fd8n9</bpmn:outgoing>
|
||||||
</bpmn:callActivity>
|
</bpmn:callActivity>
|
||||||
|
<bpmn:sequenceFlow id="Flow_1qqr59k" sourceRef="Activity_0mc03sy" targetRef="Event_1ghzw9d" />
|
||||||
|
<bpmn:businessRuleTask id="Activity_0mc03sy" name="Get User Instruction Text">
|
||||||
|
<bpmn:incoming>Flow_00fd8n9</bpmn:incoming>
|
||||||
|
<bpmn:outgoing>Flow_1qqr59k</bpmn:outgoing>
|
||||||
|
</bpmn:businessRuleTask>
|
||||||
</bpmn:process>
|
</bpmn:process>
|
||||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Shared_Start_Process">
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Shared_Start_Process">
|
||||||
@ -45,6 +50,9 @@ which_user_task = "invoice-approval"</bpmn:script>
|
|||||||
<bpmndi:BPMNShape id="Event_1ghzw9d_di" bpmnElement="Event_1ghzw9d">
|
<bpmndi:BPMNShape id="Event_1ghzw9d_di" bpmnElement="Event_1ghzw9d">
|
||||||
<dc:Bounds x="842" y="159" width="36" height="36" />
|
<dc:Bounds x="842" y="159" width="36" height="36" />
|
||||||
</bpmndi:BPMNShape>
|
</bpmndi:BPMNShape>
|
||||||
|
<bpmndi:BPMNShape id="Activity_08hra1e_di" bpmnElement="Activity_0mc03sy">
|
||||||
|
<dc:Bounds x="610" y="137" width="100" height="80" />
|
||||||
|
</bpmndi:BPMNShape>
|
||||||
<bpmndi:BPMNEdge id="Flow_1u7dtsr_di" bpmnElement="Flow_1u7dtsr">
|
<bpmndi:BPMNEdge id="Flow_1u7dtsr_di" bpmnElement="Flow_1u7dtsr">
|
||||||
<di:waypoint x="215" y="177" />
|
<di:waypoint x="215" y="177" />
|
||||||
<di:waypoint x="270" y="177" />
|
<di:waypoint x="270" y="177" />
|
||||||
@ -55,6 +63,10 @@ which_user_task = "invoice-approval"</bpmn:script>
|
|||||||
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNEdge>
|
||||||
<bpmndi:BPMNEdge id="Flow_00fd8n9_di" bpmnElement="Flow_00fd8n9">
|
<bpmndi:BPMNEdge id="Flow_00fd8n9_di" bpmnElement="Flow_00fd8n9">
|
||||||
<di:waypoint x="540" y="177" />
|
<di:waypoint x="540" y="177" />
|
||||||
|
<di:waypoint x="610" y="177" />
|
||||||
|
</bpmndi:BPMNEdge>
|
||||||
|
<bpmndi:BPMNEdge id="Flow_1qqr59k_di" bpmnElement="Flow_1qqr59k">
|
||||||
|
<di:waypoint x="710" y="177" />
|
||||||
<di:waypoint x="842" y="177" />
|
<di:waypoint x="842" y="177" />
|
||||||
</bpmndi:BPMNEdge>
|
</bpmndi:BPMNEdge>
|
||||||
</bpmndi:BPMNPlane>
|
</bpmndi:BPMNPlane>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user