Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ECOMP MSO |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | |
| 22 | |
| 23 | <process-application |
| 24 | xmlns="http://www.camunda.org/schema/1.0/ProcessApplication" |
| 25 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 26 | |
| 27 | <process-archive> |
| 28 | <properties> |
| 29 | <property name="isDeleteUponUndeploy">false</property> |
| 30 | <property name="isScanForProcessDefinitions">true</property> |
| 31 | <!-- history cleanup batch job starts at 6:00am UTC time (01:00am Central) --> |
| 32 | <property name="historyCleanupBatchWindowStartTime">06:00</property> |
| 33 | <property name="historyCleanupBatchWindowEndTime">09:00</property> |
| 34 | </properties> |
| 35 | </process-archive> |
| 36 | |
| 37 | </process-application> |