In a HTTP operation, which extends _Ens.BusinessOperation, EnsLib.REST.Operation_, one can read the component's AlertGroups property by simply referring to it with** "..**":

set AlertGroup =  ..AlertGroups
//Do something with AlertGroup

 

"AlertGroups" is a property of Ens.Host. The above however  does not work in a business process which Extends _Ens.BusinessProcessBPL_ which extends _Ens.BusinessProcess_ which extends _Ens.Host. _Can this property be read from inside the business process and what would the syntax be?  As the end result I would like to include the component's AlertGroups property's value to an alert I generate in BPL when certain conditions match: