diff options
author | 2019-04-01 16:49:50 +0000 | |
---|---|---|
committer | 2019-04-01 16:49:50 +0000 | |
commit | eaac1814e8341b556b43d54e43165c46c3facc08 (patch) | |
tree | bf398f61977d71762c993c24adca756cf08af705 /bpmn/MSOCommonBPMN/src/main/resources/subprocess/VnfAdapterRestV1.bpmn | |
parent | c9296dc7147f22ed636f928f6c38ad099e3ed398 (diff) | |
parent | aaa93d4351b712762d6951a8c82bbe84c2077795 (diff) |
Merge "replace all fixed wiremock ports"
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/main/resources/subprocess/VnfAdapterRestV1.bpmn')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/main/resources/subprocess/VnfAdapterRestV1.bpmn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/VnfAdapterRestV1.bpmn b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/VnfAdapterRestV1.bpmn index cdd710d102..db93df9f09 100644 --- a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/VnfAdapterRestV1.bpmn +++ b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/VnfAdapterRestV1.bpmn @@ -10,8 +10,7 @@ def statusCode = execution.getVariable('VNFREST_vnfAdapterStatusCode') String response = String.valueOf(execution.getVariable('VNFREST_vnfAdapterResponse')) def isDebugLogEnabled = execution.getVariable('isDebugLogEnabled') def processKey = vnfAdapterRestV1.getProcessKey(execution) -vnfAdapterRestV1.logDebug(processKey + " received response from VnfAdapter: statusCode=" + statusCode + - " response=" + (response.isEmpty() ? "" : "\n") + response, isDebugLogEnabled)]]></bpmn2:script> +vnfAdapterRestV1.getLogger().debug("{} received response from VnfAdapter: statusCode= {} response={}", processKey, statusCode, (response.isEmpty() ? "" : "\n" + response))]]></bpmn2:script> </bpmn2:scriptTask> <bpmn2:scriptTask id="ScriptTask_3" name="Workflow Exception (no connection)"> <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming> |