How to make the Hawk Alert event to substitute the BW Engine name @ run time as it does for job id via syntax ${ProcessId} and for Process definition name via ${ProcessDef}.

How to make the Hawk Alert event to substitute the BW Engine name @ run time as it does for job id via syntax ${ProcessId} and for Process definition name via ${ProcessDef}.

book

Article ID: KB0090485

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
The feature requested can be accomplished by the following workaround.

The engine name is already available. The microagent name has the format COM.TIBCO.adapter.bwengine.&ltdomain name>.&ltdeployment name>.&ltcomponentInstance>.

"componentInstance" is the engine name. If the user clicks on the details of the alert they can see the rule name that will contain the microagent and method names.

Alternatively, you can modify the alert text and add the internal variable current rule as follows:

"Job in ${ProcessDef} Process is been suspended - Job id is: ${ProcessId} - Microagent is: ${Internal.Current Rule}"

Keywords:- microagent, BW engine, Alert, Hawk

Issue/Introduction

How to make the Hawk Alert event to substitute the BW Engine name @ run time as it does for job id via syntax ${ProcessId} and for Process definition name via ${ProcessDef}.