diff options
author | Rob Daugherty <rd472p@att.com> | 2017-09-19 18:08:26 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-09-19 18:15:31 -0400 |
commit | bb5668fdd40f923694a4aa3a3b5bf5f7009b6cd7 (patch) | |
tree | 63ea237a59cf48ceae67e9e6d9214a5df28c796b /bpmn/MSOInfrastructureBPMN/src/main/resources/processengine.properties | |
parent | 3c6e2c520783eaf4a703ff2adfd94324d2fd3fae (diff) |
BPMN applications not deployed properly
Since the 1710 MSO merge the following problems exist:
The workflow applications are not deployed properly.
I've also fixed a few small issues with the CreateCustomE2EServiceInstance
flows that prevented them from being deployed.
Change-Id: Ia4f7a6de87abbc99e80c0e9083e2175cdf9b4fe5
Issue-id: SO-148
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/resources/processengine.properties')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/resources/processengine.properties | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/processengine.properties b/bpmn/MSOInfrastructureBPMN/src/main/resources/processengine.properties new file mode 100644 index 0000000000..d071fdabf8 --- /dev/null +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/processengine.properties @@ -0,0 +1,20 @@ +### +# ============LICENSE_START======================================================= +# ECOMP MSO +# ================================================================================ +# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +### +processEngineName=infrastructure |