mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
55 lines
2.7 KiB
Plaintext
55 lines
2.7 KiB
Plaintext
|
<?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||
|
<bpmn:process id="Data_Output_Call_Activity" name="Data Output Call Activity" isExecutable="true">
|
||
|
<bpmn:ioSpecification>
|
||
|
<bpmn:dataOutput id="DataOutputA" name="DataOutputA" />
|
||
|
<bpmn:inputSet />
|
||
|
<bpmn:outputSet />
|
||
|
</bpmn:ioSpecification>
|
||
|
<bpmn:startEvent id="StartEvent_1">
|
||
|
<bpmn:outgoing>Flow_0kotyg5</bpmn:outgoing>
|
||
|
</bpmn:startEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_0kotyg5" sourceRef="StartEvent_1" targetRef="Activity_12kfxba" />
|
||
|
<bpmn:scriptTask id="Activity_12kfxba" name="Set Data Output">
|
||
|
<bpmn:incoming>Flow_0kotyg5</bpmn:incoming>
|
||
|
<bpmn:outgoing>Flow_0hr1bxv</bpmn:outgoing>
|
||
|
<bpmn:script>DataOutputA = "hello from call activity"
|
||
|
x = 1
|
||
|
y = 2
|
||
|
z = 3</bpmn:script>
|
||
|
</bpmn:scriptTask>
|
||
|
<bpmn:endEvent id="Event_07s0moy">
|
||
|
<bpmn:incoming>Flow_0hr1bxv</bpmn:incoming>
|
||
|
</bpmn:endEvent>
|
||
|
<bpmn:sequenceFlow id="Flow_0hr1bxv" sourceRef="Activity_12kfxba" targetRef="Event_07s0moy" />
|
||
|
</bpmn:process>
|
||
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Data_Output_Call_Activity">
|
||
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||
|
<dc:Bounds x="-68" y="132" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Activity_1kr6p26_di" bpmnElement="Activity_12kfxba">
|
||
|
<dc:Bounds x="20" y="110" width="100" height="80" />
|
||
|
<bpmndi:BPMNLabel />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="Event_07s0moy_di" bpmnElement="Event_07s0moy">
|
||
|
<dc:Bounds x="172" y="132" width="36" height="36" />
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNShape id="DataOutput-407281948-1DI" bpmnElement="DataOutputA">
|
||
|
<dc:Bounds x="172" y="-5" width="36" height="50" />
|
||
|
<bpmndi:BPMNLabel>
|
||
|
<dc:Bounds x="158" y="52" width="64" height="14" />
|
||
|
</bpmndi:BPMNLabel>
|
||
|
</bpmndi:BPMNShape>
|
||
|
<bpmndi:BPMNEdge id="Flow_0kotyg5_di" bpmnElement="Flow_0kotyg5">
|
||
|
<di:waypoint x="-32" y="150" />
|
||
|
<di:waypoint x="20" y="150" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
<bpmndi:BPMNEdge id="Flow_0hr1bxv_di" bpmnElement="Flow_0hr1bxv">
|
||
|
<di:waypoint x="120" y="150" />
|
||
|
<di:waypoint x="172" y="150" />
|
||
|
</bpmndi:BPMNEdge>
|
||
|
</bpmndi:BPMNPlane>
|
||
|
</bpmndi:BPMNDiagram>
|
||
|
</bpmn:definitions>
|