Creating and Using Posted Conditions in Hawk Console

You can use posted condition to test for conditions in more than one managed object. A posted condition is an internal status message, similar to an alert message. Posted conditions are the result of actions in a rule and can pass status information to other rules in the same rulebase. Each rule uses only a single data source for input, so the posted condition serves as a link between rules with different data sources. For more information about posted conditions, see TIBCO Hawk Concepts Guide.

Procedure

1. When creating an action for a test condition, select Post-Condition as an action type. For steps, see Creating an Action for a Test Condition. You can use this post condition in another rule in the same rulebase.
2. To use post condition in another rule, in the test condition builder, click the Add Expression icon and, from the list, select the post condition that you have already created. You can apply postedConditionExists, !postedConditionExists and other numeric operators while building test expression. For details about the test condition builder elements, see Test Condition Builder Reference.

You can create and use multiple post conditions.