mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 06:35:23 +00:00
61 lines
3.5 KiB
XML
61 lines
3.5 KiB
XML
<?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:collaboration id="Collaboration_0qnewk8" messages="[object Object],[object Object]">
|
|
<bpmn:participant id="Participant_1dqih55" processRef="Process_xo6lwhv" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_xo6lwhv" isExecutable="true">
|
|
<bpmn:serviceTask id="Activity_1plrdr3" name="Maxim">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:preScript>print("Hello, world")</spiffworkflow:preScript>
|
|
<spiffworkflow:serviceTaskOperator id="http/GetRequest" resultVariable="durp">
|
|
<spiffworkflow:parameters>
|
|
<spiffworkflow:parameter id="url" type="str" />
|
|
<spiffworkflow:parameter id="headers" type="any" />
|
|
<spiffworkflow:parameter id="params" type="any" />
|
|
<spiffworkflow:parameter id="basic_auth_username" type="str" />
|
|
<spiffworkflow:parameter id="basic_auth_password" type="str" />
|
|
</spiffworkflow:parameters>
|
|
</spiffworkflow:serviceTaskOperator>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0i7ol1m</bpmn:incoming>
|
|
<bpmn:dataOutputAssociation id="DataOutputAssociation_1ivsglo">
|
|
<bpmn:targetRef>DataObjectReference_0xw1v8q</bpmn:targetRef>
|
|
</bpmn:dataOutputAssociation>
|
|
</bpmn:serviceTask>
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0i7ol1m</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_0i7ol1m" sourceRef="StartEvent_1" targetRef="Activity_1plrdr3" />
|
|
<bpmn:dataObjectReference id="DataObjectReference_0xw1v8q" name="Data Object 1 Bllzrt" dataObjectRef="DataObject_1bllzrt" />
|
|
<bpmn:dataObject id="DataObject_1bllzrt" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0qnewk8">
|
|
<bpmndi:BPMNShape id="Participant_1dqih55_di" bpmnElement="Participant_1dqih55" isHorizontal="true">
|
|
<dc:Bounds x="-290" y="10" width="690" height="250" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_14dbu5u_di" bpmnElement="Activity_1plrdr3">
|
|
<dc:Bounds x="-40" y="30" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-138" y="52" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="DataObjectReference_0xw1v8q_di" bpmnElement="DataObjectReference_0xw1v8q">
|
|
<dc:Bounds x="-10" y="165" width="36" height="50" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="-26" y="222" width="68" height="27" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0i7ol1m_di" bpmnElement="Flow_0i7ol1m">
|
|
<di:waypoint x="-102" y="70" />
|
|
<di:waypoint x="-40" y="70" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="DataOutputAssociation_1ivsglo_di" bpmnElement="DataOutputAssociation_1ivsglo">
|
|
<di:waypoint x="10" y="110" />
|
|
<di:waypoint x="10" y="165" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|