The Visual Designer tab utilizes operators. They function to outline and define the flow of the alerts steps. The are used much like a Visual Flow application, using the drag and drop method for placement and double clicking them for the property attributes. Below is the AlertOperatorTable to display look, properties and function.
Each Alert created must begin with a Start operator and finish with an End operator.
To access the properties of the operators, double click on the operator icon once it is placed in the Visual Designer area.
Alert Visual Operator
| Start |
Start is a mandatory for each alert or alert template created. This must be used to begin the process. The only properties available to the Start operator is the label.
|
|
|
Put |
Put is a variable. It has a two states. When it is incomplete (no property values) it is 'crosshatched' When it is complete, it is colored with a brown gradient. Properties include:
|
|
|
Begin Loop |
BeginLoop is a Query that you can select or manually enter. It can also be used as a Counter. Properties include:
|
|
|
Decision |
Decision provides an opportunity for an evaluation of certain criteria and an action based on the evaluation. It utilizes operands and boolean logic. Properties include:
|
|
|
Send |
Send is the function that send the alert by email or to the Dashboard. Properties include:
|
|
|
Metric |
Metric is used to select the Metric which the alert can be based on. Properties include:
|
|
|
End Loop |
End Loop is the simple operator that ends the Begin Loop process. It must come after BeginLoop. There is only one property.
|
|
|
End |
End is a mandatory for each alert or alert template created. This must be used to end the process. The only properties available to the Start operator is the label.
|