sample-process-models/misc/test/tc-41/TC-4.0.bpmn

87 lines
4.6 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2022-09-12 20:12:36 +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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:collaboration id="Collaboration_1fqnozz">
2022-09-16 22:15:47 +00:00
<bpmn:participant id="Participant_1jk5xyi" processRef="Process_test_tc_41_TC_4_0_bd2e724" />
2022-09-12 20:12:36 +00:00
<bpmn:participant id="Participant_0ni8tej" />
<bpmn:messageFlow id="Flow_1ksllrl" sourceRef="Event_1fl8pj3" targetRef="Participant_0ni8tej" />
2022-09-13 14:18:36 +00:00
<bpmn:correlationKey name="CorrelationKey_12n0jol">
<bpmn:correlationPropertyRef>CorrelationProperty_0rrd96w</bpmn:correlationPropertyRef>
</bpmn:correlationKey>
</bpmn:collaboration>
2022-09-16 22:15:47 +00:00
<bpmn:process id="Process_test_tc_41_TC_4_0_bd2e724" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0u7lz54</bpmn:outgoing>
</bpmn:startEvent>
2022-09-12 20:12:36 +00:00
<bpmn:sequenceFlow id="Flow_0u7lz54" sourceRef="StartEvent_1" targetRef="Activity_0xbi8gj" />
<bpmn:sequenceFlow id="Flow_16wq9ls" sourceRef="Event_1fl8pj3" targetRef="Event_0jmg8ts" />
<bpmn:endEvent id="Event_0jmg8ts">
<bpmn:incoming>Flow_16wq9ls</bpmn:incoming>
</bpmn:endEvent>
<bpmn:intermediateThrowEvent id="Event_1fl8pj3">
2022-09-12 20:12:36 +00:00
<bpmn:incoming>Flow_0g3hvo9</bpmn:incoming>
<bpmn:outgoing>Flow_16wq9ls</bpmn:outgoing>
2022-09-12 20:12:36 +00:00
<bpmn:messageEventDefinition id="MessageEventDefinition_0e24xrf" messageRef="Message_N" />
</bpmn:intermediateThrowEvent>
2022-09-12 20:12:36 +00:00
<bpmn:sequenceFlow id="Flow_0g3hvo9" sourceRef="Activity_0xbi8gj" targetRef="Event_1fl8pj3" />
<bpmn:scriptTask id="Activity_0xbi8gj" name="Set Topic One">
<bpmn:incoming>Flow_0u7lz54</bpmn:incoming>
<bpmn:outgoing>Flow_0g3hvo9</bpmn:outgoing>
2022-10-05 23:48:14 +00:00
<bpmn:script>
2022-09-12 20:12:36 +00:00
timestamp = time.time()
topic_one_a = f"topic_one_a_conversation_{timestamp}"
del time</bpmn:script>
</bpmn:scriptTask>
</bpmn:process>
2022-09-12 20:12:36 +00:00
<bpmn:message id="Message_N" name="Message_N">
<bpmn:extensionElements>
<spiffworkflow:messagePayload>{
"topica_one": topic_one_a,
"initial_var_one": 3
}</spiffworkflow:messagePayload>
</bpmn:extensionElements>
</bpmn:message>
2022-09-13 14:18:36 +00:00
<bpmn:correlationProperty id="CorrelationProperty_0rrd96w" name="CorrelationProperty_0rrd96w">
<bpmn:correlationPropertyRetrievalExpression messageRef="Message_N">
2022-09-13 20:45:39 +00:00
<bpmn:formalExpression>topica_one</bpmn:formalExpression>
2022-09-13 14:18:36 +00:00
</bpmn:correlationPropertyRetrievalExpression>
</bpmn:correlationProperty>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1fqnozz">
<bpmndi:BPMNShape id="Participant_1jk5xyi_di" bpmnElement="Participant_1jk5xyi" isHorizontal="true">
2022-09-12 20:12:36 +00:00
<dc:Bounds x="129" y="50" width="541" height="140" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="202" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0jmg8ts_di" bpmnElement="Event_0jmg8ts">
2022-09-12 20:12:36 +00:00
<dc:Bounds x="592" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1gdzpow_di" bpmnElement="Event_1fl8pj3">
2022-09-12 20:12:36 +00:00
<dc:Bounds x="472" y="102" width="36" height="36" />
</bpmndi:BPMNShape>
2022-09-12 20:12:36 +00:00
<bpmndi:BPMNShape id="Activity_0fbl5xm_di" bpmnElement="Activity_0xbi8gj">
<dc:Bounds x="300" y="80" width="100" height="80" />
</bpmndi:BPMNShape>
2022-09-12 20:12:36 +00:00
<bpmndi:BPMNEdge id="Flow_0u7lz54_di" bpmnElement="Flow_0u7lz54">
<di:waypoint x="238" y="120" />
<di:waypoint x="300" y="120" />
</bpmndi:BPMNEdge>
2022-09-12 20:12:36 +00:00
<bpmndi:BPMNEdge id="Flow_16wq9ls_di" bpmnElement="Flow_16wq9ls">
<di:waypoint x="508" y="120" />
<di:waypoint x="592" y="120" />
</bpmndi:BPMNEdge>
2022-09-12 20:12:36 +00:00
<bpmndi:BPMNEdge id="Flow_0g3hvo9_di" bpmnElement="Flow_0g3hvo9">
<di:waypoint x="400" y="120" />
<di:waypoint x="472" y="120" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Participant_1xnmdzc_di" bpmnElement="Participant_0ni8tej" isHorizontal="true">
<dc:Bounds x="239" y="240" width="431" height="60" />
</bpmndi:BPMNShape>
2022-09-12 20:12:36 +00:00
<bpmndi:BPMNEdge id="Flow_1ksllrl_di" bpmnElement="Flow_1ksllrl">
<di:waypoint x="490" y="138" />
<di:waypoint x="490" y="240" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>