diff options
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/RollbackVnf.bpmn')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/RollbackVnf.bpmn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/RollbackVnf.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/RollbackVnf.bpmn index 2fa1fa932c..4d1ccf9c8d 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/RollbackVnf.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/RollbackVnf.bpmn @@ -1,5 +1,5 @@ <?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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0"> +<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3"> <bpmn:process id="RollbackVnf" name="RollbackVnf" isExecutable="true"> <bpmn:startEvent id="StartEvent_1"> <bpmn:outgoing>SequenceFlow_0bie3cu</bpmn:outgoing> @@ -63,6 +63,7 @@ uvfm.preProcessRequest(execution) <camunda:in source="vnfId" target="vnfId" /> <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> <camunda:out source="errorCode" target="rollbackErrorCode" /> + <camunda:in source="controllerType" target="controllerType" /> </bpmn:extensionElements> <bpmn:incoming>SequenceFlow_1lne8je</bpmn:incoming> <bpmn:outgoing>SequenceFlow_1ney8l6</bpmn:outgoing> @@ -74,6 +75,7 @@ uvfm.preProcessRequest(execution) <camunda:in source="vnfId" target="vnfId" /> <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> <camunda:out source="errorCode" target="rollbackErrorCode" /> + <camunda:in source="controllerType" target="controllerType" /> </bpmn:extensionElements> <bpmn:incoming>SequenceFlow_0gsro0z</bpmn:incoming> <bpmn:outgoing>SequenceFlow_11556y3</bpmn:outgoing> @@ -128,6 +130,7 @@ uvfm.setRollbackResult(execution) <camunda:in source="vnfName" target="vnfName" /> <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> <camunda:out source="errorCode" target="rollbackErrorCode" /> + <camunda:in source="controllerType" target="controllerType" /> </bpmn:extensionElements> <bpmn:incoming>SequenceFlow_05ihl7f</bpmn:incoming> <bpmn:outgoing>SequenceFlow_1pirwg0</bpmn:outgoing> |