commit | f8aa02a9e9129932805dfc7bc1f5cb3205e9df41 | [log] [tgz] |
---|---|---|
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | Mon Apr 16 06:02:16 2018 +0000 |
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | Mon Apr 16 06:02:16 2018 +0000 |
tree | 72eb5b489da4dba3997ef3ef6399d69c389b029b | |
parent | 0d3ae68631b857885ee83e4ae648d9be696e6d5a [diff] |
Fix BPMN activity name Fix BPMN activity name for invocation. Change-Id: I80e14ce495206f75158eb6a2c38ad8bcaa34b3cc Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteE2EServiceInstance.bpmn index 16a80c3..ac8e607 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteE2EServiceInstance.bpmn
@@ -153,7 +153,7 @@ 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" />