changed the call activity test to be multi-layered w/ burnettk
This commit is contained in:
parent
e1a325f64f
commit
1125d3caab
|
@ -5,7 +5,7 @@
|
|||
<bpmn:outgoing>Flow_1rcteeq</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1rcteeq" sourceRef="StartEvent_1" targetRef="same_process_model" />
|
||||
<bpmn:callActivity id="same_process_model" name="same_process_model" calledElement="process_to_call">
|
||||
<bpmn:callActivity id="same_process_model" name="same_process_model" calledElement="callable_process_and_calls">
|
||||
<bpmn:incoming>Flow_1rcteeq</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ch95w6</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
<?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="callable_process_and_calls" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_19ug0dg</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_19ug0dg" sourceRef="StartEvent_1" targetRef="Activity_15eri1q" />
|
||||
<bpmn:endEvent id="Event_0d9rscq">
|
||||
<bpmn:incoming>Flow_1g7ddlx</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1g7ddlx" sourceRef="Activity_15eri1q" targetRef="Event_0d9rscq" />
|
||||
<bpmn:callActivity id="Activity_15eri1q" calledElement="process_to_call">
|
||||
<bpmn:incoming>Flow_19ug0dg</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1g7ddlx</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="callable_process_and_calls">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0d9rscq_di" bpmnElement="Event_0d9rscq">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_10pw6lk_di" bpmnElement="Activity_15eri1q">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_19ug0dg_di" bpmnElement="Flow_19ug0dg">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1g7ddlx_di" bpmnElement="Flow_1g7ddlx">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
|
@ -5,6 +5,7 @@
|
|||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "call_activity_test.bpmn",
|
||||
"primary_process_id": "Process_category_number_one_call_activity_call_activity_test_bd2e724"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue