2023-10-16 00:10:21 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-10-16 00:15:32 +00:00
|
|
|
<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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
2023-10-28 17:31:28 +00:00
|
|
|
<bpmn:process id="Process_2ervucw" name="MarksThing" isExecutable="true">
|
2023-10-28 17:41:24 +00:00
|
|
|
<bpmn:documentation>WELL HELLO!</bpmn:documentation>
|
2023-10-16 00:14:28 +00:00
|
|
|
<bpmn:ioSpecification>
|
2023-10-28 17:31:28 +00:00
|
|
|
<bpmn:inputSet />
|
2023-10-16 00:14:28 +00:00
|
|
|
<bpmn:outputSet />
|
|
|
|
</bpmn:ioSpecification>
|
2023-10-16 00:10:21 +00:00
|
|
|
<bpmn:startEvent id="StartEvent_1">
|
2023-10-28 17:37:56 +00:00
|
|
|
<bpmn:outgoing>Flow_1knzz9v</bpmn:outgoing>
|
2023-10-16 00:10:21 +00:00
|
|
|
</bpmn:startEvent>
|
2023-10-28 17:37:56 +00:00
|
|
|
<bpmn:task id="Activity_1tzw9sg" name="Task1 ">
|
2023-10-16 00:14:28 +00:00
|
|
|
<bpmn:extensionElements>
|
2023-10-28 17:41:24 +00:00
|
|
|
<spiffworkflow:postScript>print("GOODBYE!")</spiffworkflow:postScript>
|
|
|
|
<spiffworkflow:preScript>print("I AM ONE")</spiffworkflow:preScript>
|
2023-10-16 00:14:28 +00:00
|
|
|
</bpmn:extensionElements>
|
2023-10-28 17:37:56 +00:00
|
|
|
<bpmn:incoming>Flow_1knzz9v</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_0zwft2l</bpmn:outgoing>
|
|
|
|
</bpmn:task>
|
|
|
|
<bpmn:sequenceFlow id="Flow_1knzz9v" sourceRef="StartEvent_1" targetRef="Activity_1tzw9sg" />
|
|
|
|
<bpmn:endEvent id="Event_0hbb8hx">
|
|
|
|
<bpmn:incoming>Flow_0zwft2l</bpmn:incoming>
|
|
|
|
</bpmn:endEvent>
|
|
|
|
<bpmn:sequenceFlow id="Flow_0zwft2l" sourceRef="Activity_1tzw9sg" targetRef="Event_0hbb8hx" />
|
2023-10-28 17:41:24 +00:00
|
|
|
<bpmn:dataObject id="DataObject_ONE" />
|
|
|
|
<bpmn:dataObject id="DataObject_TWO" />
|
2023-10-16 00:10:21 +00:00
|
|
|
</bpmn:process>
|
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_2ervucw">
|
|
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
|
|
<dc:Bounds x="-58" y="-18" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
2023-10-28 17:37:56 +00:00
|
|
|
<bpmndi:BPMNShape id="Activity_1tzw9sg_di" bpmnElement="Activity_1tzw9sg">
|
|
|
|
<dc:Bounds x="30" y="-40" width="100" height="80" />
|
|
|
|
<bpmndi:BPMNLabel />
|
2023-10-16 00:10:21 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2023-10-28 17:37:56 +00:00
|
|
|
<bpmndi:BPMNShape id="Event_0hbb8hx_di" bpmnElement="Event_0hbb8hx">
|
|
|
|
<dc:Bounds x="182" y="-18" width="36" height="36" />
|
2023-10-16 00:15:32 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2023-10-28 17:37:56 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_1knzz9v_di" bpmnElement="Flow_1knzz9v">
|
2023-10-16 00:10:21 +00:00
|
|
|
<di:waypoint x="-22" y="0" />
|
2023-10-28 17:37:56 +00:00
|
|
|
<di:waypoint x="30" y="0" />
|
2023-10-16 00:10:21 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
2023-10-28 17:37:56 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_0zwft2l_di" bpmnElement="Flow_0zwft2l">
|
|
|
|
<di:waypoint x="130" y="0" />
|
|
|
|
<di:waypoint x="182" y="0" />
|
2023-10-16 00:10:21 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</bpmn:definitions>
|