diff options
author | c00149107 <chenchuanyu@huawei.com> | 2018-03-13 16:55:41 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2018-03-13 16:55:41 +0800 |
commit | 59196c7d62809ea1c9e215fb49d0ffb78a5a3c41 (patch) | |
tree | bd7ab3682aaaab7fbbf01b76203145ba528855c3 /bpmn/MSOInfrastructureBPMN/src/main/resources/process | |
parent | 55df4ebf98a50871ef08794c78fea63a6b329c36 (diff) |
Add Create SDNC Resource Create Groovy script
Add Create SDNC Resource Create Groovy script
Change-Id: If416a1e40479c51c499c8697ec35a1ab07a1544c
Issue-ID: SO-452
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/process')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateSDNCNetworkResource.bpmn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateSDNCNetworkResource.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateSDNCNetworkResource.bpmn index 5f3caf59f7..c88f78763b 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateSDNCNetworkResource.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateSDNCNetworkResource.bpmn @@ -36,7 +36,7 @@ dcsi.preProcessRequest(execution)]]></bpmn:script> <bpmn:outgoing>SequenceFlow_0ow44q0</bpmn:outgoing> <bpmn:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* def dcsi = new CreateSDNCNetworkResource() -dcsi.postCreateSDNC(execution)]]></bpmn:script> +dcsi.postCreateSDNCCall(execution)]]></bpmn:script> </bpmn:scriptTask> </bpmn:process> <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |