Creating rule agents

Create a rule agent to define the business logic that binds incoming events to entities. Agents are triggered by the arrival of events and update their bound entity based on some conditions.

About this task

Before you create a rule agent, you must create a solution project and model the entities and events.

In the rule agent, you complete the description of the agent to specify which is the bound entity and which are the events to process. Then, you write the rules that define the business logic of the agent.