2022-11-06 19:23:16 +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: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">
|
2023-02-27 19:28:19 +00:00
|
|
|
<bpmn:process id="Process_ManualTask" name="Manual Task" isExecutable="true">
|
2022-11-06 19:23:16 +00:00
|
|
|
<bpmn:startEvent id="StartEvent_1">
|
2023-03-09 22:16:44 +00:00
|
|
|
<bpmn:outgoing>Flow_0stlaxe</bpmn:outgoing>
|
2022-11-06 19:23:16 +00:00
|
|
|
</bpmn:startEvent>
|
2023-03-09 22:16:44 +00:00
|
|
|
<bpmn:endEvent id="end_event_of_manual_task_model">
|
2022-11-06 19:23:16 +00:00
|
|
|
<bpmn:incoming>Flow_0nnh2x9</bpmn:incoming>
|
|
|
|
</bpmn:endEvent>
|
2023-03-30 19:25:44 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_0nnh2x9" sourceRef="manual_task_one" targetRef="end_event_of_manual_task_model" />
|
|
|
|
<bpmn:manualTask id="manual_task_one" name="Hello">
|
2022-11-06 19:23:16 +00:00
|
|
|
<bpmn:extensionElements>
|
|
|
|
<spiffworkflow:instructionsForEndUser>## Hello</spiffworkflow:instructionsForEndUser>
|
|
|
|
</bpmn:extensionElements>
|
2023-03-09 22:16:44 +00:00
|
|
|
<bpmn:incoming>Flow_1pmem7s</bpmn:incoming>
|
2022-11-06 19:23:16 +00:00
|
|
|
<bpmn:outgoing>Flow_0nnh2x9</bpmn:outgoing>
|
|
|
|
</bpmn:manualTask>
|
2023-03-09 22:16:44 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_0stlaxe" sourceRef="StartEvent_1" targetRef="the_script" />
|
2023-03-30 19:25:44 +00:00
|
|
|
<bpmn:sequenceFlow id="Flow_1pmem7s" sourceRef="the_script" targetRef="manual_task_one" />
|
2023-03-09 22:16:44 +00:00
|
|
|
<bpmn:scriptTask id="the_script">
|
|
|
|
<bpmn:incoming>Flow_0stlaxe</bpmn:incoming>
|
|
|
|
<bpmn:outgoing>Flow_1pmem7s</bpmn:outgoing>
|
|
|
|
<bpmn:script>the_new_var = "HEY"</bpmn:script>
|
|
|
|
</bpmn:scriptTask>
|
2022-11-06 19:23:16 +00:00
|
|
|
</bpmn:process>
|
|
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
2023-02-27 19:28:19 +00:00
|
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_ManualTask">
|
2022-11-06 19:23:16 +00:00
|
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
|
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
|
|
|
</bpmndi:BPMNShape>
|
2023-03-09 22:16:44 +00:00
|
|
|
<bpmndi:BPMNShape id="Event_0ia26nb_di" bpmnElement="end_event_of_manual_task_model">
|
|
|
|
<dc:Bounds x="592" y="159" width="36" height="36" />
|
2022-11-06 19:23:16 +00:00
|
|
|
</bpmndi:BPMNShape>
|
2023-03-30 19:25:44 +00:00
|
|
|
<bpmndi:BPMNShape id="Activity_1rcj16n_di" bpmnElement="manual_task_one">
|
2023-03-09 22:16:44 +00:00
|
|
|
<dc:Bounds x="420" y="137" width="100" height="80" />
|
|
|
|
</bpmndi:BPMNShape>
|
|
|
|
<bpmndi:BPMNShape id="Activity_1vokg57_di" bpmnElement="the_script">
|
2022-11-06 19:23:16 +00:00
|
|
|
<dc:Bounds x="270" y="137" width="100" height="80" />
|
|
|
|
</bpmndi:BPMNShape>
|
2023-03-09 22:16:44 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_0nnh2x9_di" bpmnElement="Flow_0nnh2x9">
|
|
|
|
<di:waypoint x="520" y="177" />
|
|
|
|
<di:waypoint x="592" y="177" />
|
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
<bpmndi:BPMNEdge id="Flow_0stlaxe_di" bpmnElement="Flow_0stlaxe">
|
2022-11-06 19:23:16 +00:00
|
|
|
<di:waypoint x="215" y="177" />
|
|
|
|
<di:waypoint x="270" y="177" />
|
|
|
|
</bpmndi:BPMNEdge>
|
2023-03-09 22:16:44 +00:00
|
|
|
<bpmndi:BPMNEdge id="Flow_1pmem7s_di" bpmnElement="Flow_1pmem7s">
|
2022-11-06 19:23:16 +00:00
|
|
|
<di:waypoint x="370" y="177" />
|
2023-03-09 22:16:44 +00:00
|
|
|
<di:waypoint x="420" y="177" />
|
2022-11-06 19:23:16 +00:00
|
|
|
</bpmndi:BPMNEdge>
|
|
|
|
</bpmndi:BPMNPlane>
|
|
|
|
</bpmndi:BPMNDiagram>
|
|
|
|
</bpmn:definitions>
|