过程
当为某个属性值设置自变量时,如果该属性的更改通告或任务模板值应与更改通告或任务创建值不同,请使用 wt.rule.algorithm.BooleanBranch 值算法并测试 template.templated 属性是否已设置为 True。第一个自变量用于更改通告或任务模板,第二个自变量用于更改通告或任务。
<!-- if (template.templated) -->
<Value algorithm="wt.rule.algorithm.BooleanBranch">
<!-- test this value -->
<Attr id="template.templated"/>
<!-- if true -->
<Arg>Value for change notice or task template</Arg>
<!-- if false -->
<Arg>Value for change notice or task</Arg>
</Value>
这对您有帮助吗?