如何使用cli将历史级别更改为camunda中的活动

Posted

技术标签:

【中文标题】如何使用cli将历史级别更改为camunda中的活动【英文标题】:how to change history-level to activity in camunda using cli 【发布时间】:2019-10-21 15:53:04 【问题描述】:

如何使用 cli(jboss cli) 在 camunda 中将 <history-level>full</history-level> 覆盖为 <history-level>activity</history-level>

【问题讨论】:

【参考方案1】:

终于为我工作了。

/subsystem=subsytem_name/process-engines=default:write-attribute(name=history-level,value=activity) 

【讨论】:

以上是关于如何使用cli将历史级别更改为camunda中的活动的主要内容,如果未能解决你的问题,请参考以下文章

如何使用cli命令在gcp中更改项目

将应用的目标 API 级别更改为至少 26

如何清理卡蒙达历史

如何配置内存中的 Camunda 数据库以接受更长的字符串过程变量?

如何将 Angular 最新版本更改为旧版本?

如何在expo react native App中将api级别29更改为30