Rules take in data elements and produce a result.
Data Elements Fed to a Rule Can Be:
Rule Evaluation Can Result In:
Example – If a Rule delivers a TRUE, you could automatically send an email, write a value to a database, prompt a user, or automatically kick off other processes and actions.
Rules need to be called by an application or a workflow in order to run. Applications generally use the rule result to perform additional functionality—there are a number of ways application functionality can access rules.
On Schedule
On Batches of Data
Via Service Interface
Via Message Bus
Example – If a Rule delivers a TRUE, you could automatically send an email, write a value to a database, prompt a user, or automatically kick off other processes and actions.