Runtime configuration procedures > Managing Processes > Defining rules for triggering Processes

Defining rules for triggering Processes
You can define rules (operators AND, OR, and NOT) for when to run a Process.
To define rules
1
Right-click the Process and select Settings. The Runtime Process settings dialog box opens.
2
On the Rule tab, enter the rule.
Examples
Example 1
Rule: idInvoice1 AND idInvoice2
Result: The Process is run only if the Event contains both patterns idInvoice1 and idInvoice2.
 
Example 2
Rule: $page=3 OR $page=4
Result: The Process is run only if the variable $page equals 3 or 4.
 
Example 3
The before script $InConnector=InConnectorName(); is added to the Event.
Rule: $InConnector=Input1
Result: The Process is run only if input comes from the connector Input1.
 
OpenText StreamServe 5.6 Updated: 2013-03-01