Fix value for VFC sync response 45/44845/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 26 Apr 2018 10:35:15 +0000 (10:35 +0000)
committerRob Daugherty <rd472p@att.com>
Thu, 26 Apr 2018 21:28:06 +0000 (21:28 +0000)
Fix value for VFC sync response.

Change-Id: Ie663f9080c051b9302dd4729aea5640c5289e14c
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/DeleteVFCNSResource.groovy
bpmn/MSOInfrastructureBPMN/src/main/resources/process/DeleteVFCNSResource.bpmn

index 9ebd1fa..72b88cb 100644 (file)
@@ -58,6 +58,7 @@ public class DeleteVFCNSResource extends AbstractServiceTaskProcessor {
     }
 
     public void postProcessRequest (DelegateExecution execution) {
+        def isDebugEnabled = execution.getVariable("isDebugLogEnabled")
         utils.log("INFO"," ***** start postProcessRequest *****",  isDebugEnabled)
 
         utils.log("INFO"," ***** end postProcessRequest *****",  isDebugEnabled)
index d7a4bba..280ee85 100644 (file)
@@ -35,6 +35,8 @@ ddsi.postProcessRequest(execution)]]></bpmn:script>
         <camunda:in source="resourceInstanceId" target="resourceInstanceId" />
         <camunda:in source="resourceType" target="resourceType" />
         <camunda:in source="operationType" target="operationType" />
+        <camunda:out source="operationStatus" target="operationStatus" />
+        <camunda:out source="nsInstanceId" target="nsInstanceId" />
       </bpmn:extensionElements>
       <bpmn:incoming>SequenceFlow_00vpfm3</bpmn:incoming>
       <bpmn:outgoing>SequenceFlow_1s4cyms</bpmn:outgoing>