Aggregator exposes some predefined objects or variables to your rules:
self
as the pivot for all computation.store
to access the entire set of work items.logger
to add a trace message to the log output.Library
access to a library of pre-canned functions.We will refer the TeamCollection containing the self
work item as the current Collection.