Fix the invocation of correct activity 73/40973/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 4 Apr 2018 14:36:59 +0000 (14:36 +0000)
committerRob Daugherty <rd472p@att.com>
Fri, 6 Apr 2018 14:11:19 +0000 (14:11 +0000)
Fix the invocation of DoCreateE2EServiceInstanceV3 from main process.

Change-Id: I89b1d3d9dd0f6a5445ff349cda46faf425f6cf57
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn

index ca6c048..b08dbfd 100644 (file)
@@ -22,7 +22,7 @@ ex.processJavaException(execution)]]></bpmn:script>
       <bpmn:sequenceFlow id="SequenceFlow_1dsbjjb" name="" sourceRef="StartEvent_0v1ffn4" targetRef="ScriptTask_0u3lw39" />
       <bpmn:sequenceFlow id="SequenceFlow_1yay321" name="" sourceRef="ScriptTask_0u3lw39" targetRef="EndEvent_0eznq6x" />
     </bpmn:subProcess>
-    <bpmn:callActivity id="DoCreateE2EServiceInstance" name="Call DoCreateE2EServiceInstance&#10;" calledElement="DoCreateE2EServiceInstance">
+    <bpmn:callActivity id="DoCreateE2EServiceInstance" name="Call DoCreateE2EServiceInstance&#10;" calledElement="DoCreateE2EServiceInstanceV3">
       <bpmn:extensionElements>
         <camunda:out source="WorkflowException" target="WorkflowException" />
         <camunda:in source="msoRequestId" target="msoRequestId" />