Fix BPMN activity name 39/42939/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Mon, 16 Apr 2018 06:02:16 +0000 (06:02 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Mon, 16 Apr 2018 06:02:16 +0000 (06:02 +0000)
Fix BPMN activity name for invocation.

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

index 16a80c3..ac8e607 100644 (file)
@@ -153,7 +153,7 @@ dcsi.prepareDecomposeService(execution)]]></bpmn:script>
 def dcsi= new DoDeleteE2EServiceInstance()
 dcsi.postDecomposeService(execution)]]></bpmn:script>
     </bpmn:scriptTask>
-    <bpmn:callActivity id="Task_1f5dlsv" name="Delete Resources" calledElement="DoDeleteResourceV1">
+    <bpmn:callActivity id="Task_1f5dlsv" name="Delete Resources" calledElement="DoDeleteResourcesV1">
       <bpmn:extensionElements>
         <camunda:in source="msoRequestId" target="msoRequestId" />
         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />