博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
activiti--History 历史配置
阅读量:2386 次
发布时间:2019-05-10

本文共 924 字,大约阅读时间需要 3 分钟。

activiti.cfg.xml配置文件,你能配置需要的历史归档的级别:

...

可以配置如下的历史级别:

  • none: skips all history archiving. This is the most performant for runtime process execution, but no historical information will be available.

    忽略所有的历史归档。尽管对于运行期流程执行来说这是性能最高的,但是没有历史信息保留。

  • activity: archives all process instances and activity instances. No details will be archived

    归档所有流程实例和活动实例。不归档细节。

  • audit: This is the default. It archives all process instances, activity instances and all form properties that are submitted so that all user interaction through forms is traceable and can be audited.

    这是缺省级别。它归档所有流程实例,活动实例和提交的表单属性。以至于通过表单的所有用户交互都是可跟踪并可以被审计。

  • full: This is the highest level of history archiving and hence the slowest. This level stores all information as in the audit level plus all other possible details like process variable updates.

    这是历史归档的最高级别。所以是最慢的。这个水平保存audit级别的所有信息加上像流程变量的所有其它可能的细节。

转载于:https://my.oschina.net/winHerson/blog/163851

你可能感兴趣的文章
ttserver 缓存使用和过期设置
查看>>
php pconnect 长连接原理
查看>>
php memcached使用中的坑
查看>>
php变量引用和计数_refcount_gc和is_ref_gc
查看>>
windows环境下php和Php扩展编译,扩展dll文件编译
查看>>
magento 验证码
查看>>
magento性能优化系列二:db篇
查看>>
Discuz!$_G变量的使用方法
查看>>
magento memcache缓存配置
查看>>
PHP json_encode中文乱码解决方法
查看>>
mysql服务启动、关闭
查看>>
php获取中文字符串的首字符拼音字母
查看>>
php curl通过代理获取数据
查看>>
6 个 Linux性能监控命令行工具
查看>>
mysql 编码字符集配置
查看>>
php查看opcode编码的扩展 opdumper
查看>>
php转换html格式为文本格式
查看>>
mysql-proxy主从服务架构下读写分离和负载均衡实现及原理
查看>>
Nginx location 和 rewrite retry
查看>>
基于nginx的FastCGI的缓存配置
查看>>