高度なカスタマイズ > ビジネスロジックのカスタマイズ > 変更管理のカスタマイズ > テンプレート初期化規則の変更 > 手順
  
手順
変更通知またはタスクテンプレートの値が変更通知またはタスクの作成時とは異なる属性値の引数を設定するときには、wt.rule.algorithm.BooleanBranch 値アルゴリズムを使用して、template.templated 属性が True に設定されているかどうかテストします。最初の引数は変更通知またはタスクテンプレート用で、2 つ目の引数は変更通知またはタスクに使用されます。
<!-- 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>