【问题标题】:How to the maximum variable length of Red Hat Business Central?如何设置 Red Hat Business Central 的最大可变长度?
【发布时间】:2022-07-18 17:30:20
【问题描述】:

我使用的是 Red Hat Business Central 版本 7.48.0.Final。当我尝试将流程实例的变量值更改为超过 255 个字符的字符串时,它只是将字符串截断为前 255 个字符。如果我没记错的话,这是因为 Business Central 的默认最大可变长度为 255。

如何增加最大可变长度?

【问题讨论】:

    标签: jboss wildfly redhat bpmn


    【解决方案1】:

    在安装文件夹中找到standalone.xml并添加

    `

    <system-properties>
            <property name="org.jbpm.var.log.length" value="20000"/>
    </system-properties
    

    `

    更多:https://dzone.com/articles/increase-the-default-process-variable-size-in-jbpm

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-06-09
      • 2011-02-01
      相关资源
      最近更新 更多