HistoryDevByCx/二开源码/欧姆龙/oml0409/WEB-INF/prop/wfAutoflowLog.properties

28 lines
1.1 KiB
Properties
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

##关闭流程自动流转日志 1 关闭 其他 开启
wfAutoFlowLogisclose=0
##流程自动流转日志线程睡眠时长 单位 秒
wfAutoflowLogThreadSleepTime =300
##删除流程自动流转日志仅保留30天内的数据
deleteData = 30
## 流程效率报表定时任务的开关配置,值为 false 代表 关闭流程效率报表的定时任务,其他值 代表开启
reportThreadSwitch=true
## 限制报表的最大导出数量
reportDataCountLimit=20000
## 当导出的报表的数据量过多的时候,或者,导出的速度过慢的时候,可采取 分表导出或者分Sheet页进行导出具体的导出速度跟reportDataThreadNumber的数值有关系
## 导出流程报表的时候开启的线程数量reportDataThreadNumber 最大值不能超过三,否则会影响性能。
## 如果 reportDataThreadNumber = 1则 exportExcelType 的值无论取何值导出的结果都是一张表加一个sheet页的形式
reportDataThreadNumber=1
## 导出流程报表的时候选择导出的Excel形式 moreExcel根据线程数量分表导出 moreSheet根据线程数量分Sheet页导出。
## reportDataThreadNumber的数量就代表 Excel表格的数量或者Sheet页的数量所以exportExcelType的值要根据reportDataThreadNumber来设置
exportExcelType=moreSheet
##自定义报表导出数据量的限制值
reportCountLimit = 10000