Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Defined variables can be accessed with $ sign prefix. Example: $ExpenseLimit

Code Block
titleExample variable usage in script
var isValid = $Xml.Sum('ExpenseList/Expense/Amount') > $ExpenseLimit;


Variable values can be overriden by tasks to update value in only task scope. Example: $AllowPriceChange can set to false in pool definition and can be set to true for administrative type tasks to disable on rule validation.

...