Triggering point mapping

In the default implementation class for the IBizRulesPlugin plugin, Guidewire provides the following trigger point mapping to supported context definitions.

override property get TriggeringPointMap(): Map<TriggeringPointKey, IRuleContextDefinition[]> {
  return { 
      TriggeringPointKey.TC_ALL->_uwContexts,
      TriggeringPointKey.TC_PREQUOTE->_uwContexts,
      TriggeringPointKey.TC_QUESTION->_uwContexts,
      TriggeringPointKey.TC_REFERRAL->_uwContexts,
      TriggeringPointKey.TC_RENEWAL->_uwContexts
  }
}

You can add, delete, or modify the default underwriting rule triggering points.