diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-16 06:02:16 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-16 06:02:16 +0000 |
commit | f8aa02a9e9129932805dfc7bc1f5cb3205e9df41 (patch) | |
tree | 72eb5b489da4dba3997ef3ef6399d69c389b029b /bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess | |
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>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteE2EServiceInstance.bpmn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteE2EServiceInstance.bpmn index 16a80c3c21..ac8e60778b 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/DoDeleteE2EServiceInstance.bpmn @@ -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" /> |