User: dan@sartography.com added process model file playground/dan/thrivehealthdemo/thrive.bpmn

This commit is contained in:
sartography-automated-committer 2024-01-18 21:13:09 +00:00
parent 3ffd1ede74
commit 4192214e5b
2 changed files with 44 additions and 2 deletions

View File

@ -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": "thrive.bpmn",
"primary_process_id": "Process_p9vlzul"
}

View File

@ -0,0 +1,42 @@
<?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_p9vlzul" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_17vc1kt</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_17vc1kt" sourceRef="StartEvent_1" targetRef="Activity_0fbtcwh" />
<bpmn:manualTask id="Activity_0fbtcwh" name="Hello World">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># Hello World!</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_17vc1kt</bpmn:incoming>
<bpmn:outgoing>Flow_0cvskpd</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:endEvent id="Event_1rafiw7">
<bpmn:incoming>Flow_0cvskpd</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0cvskpd" sourceRef="Activity_0fbtcwh" targetRef="Event_1rafiw7" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_p9vlzul">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-308" y="-78" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0u4yrvn_di" bpmnElement="Activity_0fbtcwh">
<dc:Bounds x="-220" y="-100" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1rafiw7_di" bpmnElement="Event_1rafiw7">
<dc:Bounds x="-68" y="-78" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_17vc1kt_di" bpmnElement="Flow_17vc1kt">
<di:waypoint x="-272" y="-60" />
<di:waypoint x="-220" y="-60" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0cvskpd_di" bpmnElement="Flow_0cvskpd">
<di:waypoint x="-120" y="-60" />
<di:waypoint x="-68" y="-60" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>