절차
변경 공지 또는 임무 템플릿 값이 변경 공지 또는 임무 작성과 달라야 하는 속성 값에 대한 인수를 설정할 때 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>