From 209f79396a218a8bb3c2acf105811ebe8b0b5142 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Fri, 11 Jan 2019 21:19:45 -0500 Subject: Quality of Life logging improvements Remove invalid newline character in process name Quality of Life logging improvements Change-Id: I2193c08e365e847f6be144106a0b20aa7828497e Issue-ID: SO-1381 Signed-off-by: Benjamin, Max (mb388a) --- .../resources/process/CreateGenericALaCarteServiceInstance.bpmn | 7 +++++-- .../resources/process/DeleteGenericALaCarteServiceInstance.bpmn | 5 +++-- .../src/main/resources/subprocess/DoCreateServiceInstance.bpmn | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'bpmn/so-bpmn-infrastructure-flows') diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateGenericALaCarteServiceInstance.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateGenericALaCarteServiceInstance.bpmn index 9e2049732a..627cee4293 100755 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateGenericALaCarteServiceInstance.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/CreateGenericALaCarteServiceInstance.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_0lp2z7l @@ -38,6 +38,7 @@ ex.processJavaException(execution)]]> + SequenceFlow_1fv5tk6 SequenceFlow_1lj31zp @@ -169,6 +170,7 @@ csi.prepareDecomposeService(execution)]]> + SequenceFlow_0xhu1k3 SequenceFlow_1o3ihrh @@ -185,7 +187,7 @@ csi.prepareCreateServiceInstance(execution)]]> - + @@ -204,6 +206,7 @@ csi.prepareCreateServiceInstance(execution)]]> + SequenceFlow_0bng27u SequenceFlow_14ajbme diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/DeleteGenericALaCarteServiceInstance.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/DeleteGenericALaCarteServiceInstance.bpmn index 5c9a80072a..4224f9a94b 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/DeleteGenericALaCarteServiceInstance.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/process/DeleteGenericALaCarteServiceInstance.bpmn @@ -1,5 +1,5 @@ - + SequenceFlow_0lp2z7l @@ -36,6 +36,7 @@ ex.processJavaException(execution)]]> + SequenceFlow_0eto8sn SequenceFlow_1lj31zp @@ -328,4 +329,4 @@ csi.sendSyncResponse(execution)]]> - \ No newline at end of file + diff --git a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateServiceInstance.bpmn b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateServiceInstance.bpmn index e3f1d7721d..383a9f54e0 100644 --- a/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateServiceInstance.bpmn +++ b/bpmn/so-bpmn-infrastructure-flows/src/main/resources/subprocess/DoCreateServiceInstance.bpmn @@ -1,6 +1,6 @@ - + SequenceFlow_1 @@ -370,4 +370,4 @@ dcsi.processJavaException(execution)]]> - + \ No newline at end of file -- cgit 1.2.3-korg