mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 17:08:10 +00:00
User: dinithijonline@gmail.com added process model file playground/dinithi/test-call-activity/GoodMorning.bpmn
This commit is contained in:
parent
43dab7a877
commit
4d0e5f03e9
132
playground/dinithi/test-call-activity/GoodMorning.bpmn
Normal file
132
playground/dinithi/test-call-activity/GoodMorning.bpmn
Normal file
@ -0,0 +1,132 @@
|
||||
<?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:process id="Process_zgx7dlq" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0txk4vk</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0txk4vk" sourceRef="StartEvent_1" targetRef="Activity_0o3j8vz" />
|
||||
<bpmn:userTask id="Activity_0o3j8vz">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="Country-schema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0txk4vk</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0wbe1w5</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_0slu2gx">
|
||||
<bpmn:incoming>Flow_0wbe1w5</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0vd7ptz</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0dnires</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1nums2e</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0wbe1w5" sourceRef="Activity_0o3j8vz" targetRef="Gateway_0slu2gx" />
|
||||
<bpmn:sequenceFlow id="Flow_0vd7ptz" sourceRef="Gateway_0slu2gx" targetRef="Activity_1e6bspg">
|
||||
<bpmn:conditionExpression>country="USA"</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:manualTask id="Activity_1e6bspg">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser># Good Morning!</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0vd7ptz</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_12pa87b</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:sequenceFlow id="Flow_0dnires" sourceRef="Gateway_0slu2gx" targetRef="Activity_18gkpl9">
|
||||
<bpmn:conditionExpression>country="Spain"</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:manualTask id="Activity_18gkpl9">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser># Buen día!</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0dnires</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_05zx9f1</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:sequenceFlow id="Flow_1nums2e" sourceRef="Gateway_0slu2gx" targetRef="Activity_1j18aer">
|
||||
<bpmn:conditionExpression>country="France"</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:manualTask id="Activity_1j18aer">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser># Bonjour!</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1nums2e</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ywthdv</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:endEvent id="Event_0oph5eh">
|
||||
<bpmn:incoming>Flow_12pa87b</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_12pa87b" sourceRef="Activity_1e6bspg" targetRef="Event_0oph5eh" />
|
||||
<bpmn:endEvent id="Event_19ru5yx">
|
||||
<bpmn:incoming>Flow_05zx9f1</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_05zx9f1" sourceRef="Activity_18gkpl9" targetRef="Event_19ru5yx" />
|
||||
<bpmn:endEvent id="Event_1ynyry7">
|
||||
<bpmn:incoming>Flow_0ywthdv</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0ywthdv" sourceRef="Activity_1j18aer" targetRef="Event_1ynyry7" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_zgx7dlq">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-308" y="92" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0jns39z_di" bpmnElement="Activity_0o3j8vz">
|
||||
<dc:Bounds x="-220" y="70" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0slu2gx_di" bpmnElement="Gateway_0slu2gx" isMarkerVisible="true">
|
||||
<dc:Bounds x="-65" y="85" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1ax9hk7_di" bpmnElement="Activity_1e6bspg">
|
||||
<dc:Bounds x="40" y="70" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_03iwzd9_di" bpmnElement="Activity_1j18aer">
|
||||
<dc:Bounds x="40" y="290" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0oph5eh_di" bpmnElement="Event_0oph5eh">
|
||||
<dc:Bounds x="202" y="92" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1ynyry7_di" bpmnElement="Event_1ynyry7">
|
||||
<dc:Bounds x="202" y="312" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0jr4le5_di" bpmnElement="Activity_18gkpl9">
|
||||
<dc:Bounds x="40" y="-30" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_19ru5yx_di" bpmnElement="Event_19ru5yx">
|
||||
<dc:Bounds x="192" y="-8" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0txk4vk_di" bpmnElement="Flow_0txk4vk">
|
||||
<di:waypoint x="-272" y="110" />
|
||||
<di:waypoint x="-220" y="110" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0wbe1w5_di" bpmnElement="Flow_0wbe1w5">
|
||||
<di:waypoint x="-120" y="110" />
|
||||
<di:waypoint x="-65" y="110" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0vd7ptz_di" bpmnElement="Flow_0vd7ptz">
|
||||
<di:waypoint x="-15" y="110" />
|
||||
<di:waypoint x="40" y="110" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0dnires_di" bpmnElement="Flow_0dnires">
|
||||
<di:waypoint x="-40" y="85" />
|
||||
<di:waypoint x="-40" y="10" />
|
||||
<di:waypoint x="40" y="10" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1nums2e_di" bpmnElement="Flow_1nums2e">
|
||||
<di:waypoint x="-40" y="135" />
|
||||
<di:waypoint x="-40" y="330" />
|
||||
<di:waypoint x="40" y="330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_12pa87b_di" bpmnElement="Flow_12pa87b">
|
||||
<di:waypoint x="140" y="110" />
|
||||
<di:waypoint x="202" y="110" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_05zx9f1_di" bpmnElement="Flow_05zx9f1">
|
||||
<di:waypoint x="140" y="10" />
|
||||
<di:waypoint x="192" y="10" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ywthdv_di" bpmnElement="Flow_0ywthdv">
|
||||
<di:waypoint x="140" y="330" />
|
||||
<di:waypoint x="202" y="330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -4,6 +4,6 @@
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": null,
|
||||
"primary_process_id": null
|
||||
"primary_file_name": "GoodMorning.bpmn",
|
||||
"primary_process_id": "Process_zgx7dlq"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user