简体   繁体   中英

how to change history-level to activity in camunda using cli

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

终于为我工作。

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM