【问题标题】:Prettify a CodeEffect rule clause automatically自动美化 CodeEffect 规则子句
【发布时间】:2020-02-07 12:45:38
【问题描述】:

有没有办法自动美化规则子句?

例如,从此自动格式化规则:

Check if A is equal to B or ( B contains abc and C is not equal to A ) or ( C has no value and ( A starts with xyz or A doesn't end with opq ))

到这里:

Check if
    A is equal to B 
 or (     B contains abc 
      and C is not equal to A 
    ) 
 or (     C has no value 
      and (    A starts with xyz 
            or A doesn't end with opq 
          )
    )

【问题讨论】:

    标签: rule-engine business-rules codeeffects


    【解决方案1】:

    您不能在当前版本中自动进行规则格式化。但是规则作者可以使用包含的键盘和手势支持;它非常直观且易于使用。详情可见here

    【讨论】:

      猜你喜欢
      • 2022-11-14
      • 1970-01-01
      • 1970-01-01
      • 2019-10-23
      • 1970-01-01
      • 1970-01-01
      • 2011-05-27
      • 1970-01-01
      • 2014-01-29
      相关资源
      最近更新 更多