demo-process-models/potentially-promote-to-exam.../test/test.bpmn

65 lines
3.3 KiB
Plaintext
Raw Normal View History

2023-06-28 12:47:07 +00:00
<?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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_lvle734" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1ft4mqp</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1ft4mqp" sourceRef="StartEvent_1" targetRef="Activity_1f1iuor" />
<bpmn:endEvent id="Event_0eilht6">
<bpmn:incoming>Flow_14awn78</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0jn707x" sourceRef="Activity_1f1iuor" targetRef="Activity_1wccome" />
<bpmn:manualTask id="Activity_1wccome">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>And More!</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0jn707x</bpmn:incoming>
<bpmn:outgoing>Flow_14awn78</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:sequenceFlow id="Flow_14awn78" sourceRef="Activity_1wccome" targetRef="Event_0eilht6" />
<bpmn:userTask id="Activity_1f1iuor">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>## Title
Markdown Supports **Style**
&lt;sub&gt;This is some trash&lt;/sub&gt;</spiffworkflow:instructionsForEndUser>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="SimpleForm.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="UI_SimpleForm.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1ft4mqp</bpmn:incoming>
<bpmn:outgoing>Flow_0jn707x</bpmn:outgoing>
</bpmn:userTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_lvle734">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0eilht6_di" bpmnElement="Event_0eilht6">
<dc:Bounds x="702" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1yy6f79_di" bpmnElement="Activity_1wccome">
<dc:Bounds x="530" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1crtnv5_di" bpmnElement="Activity_1f1iuor">
<dc:Bounds x="340" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1ft4mqp_di" bpmnElement="Flow_1ft4mqp">
<di:waypoint x="215" y="177" />
<di:waypoint x="340" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0jn707x_di" bpmnElement="Flow_0jn707x">
<di:waypoint x="440" y="177" />
<di:waypoint x="530" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_14awn78_di" bpmnElement="Flow_14awn78">
<di:waypoint x="630" y="177" />
<di:waypoint x="702" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>