Event Rules let you trigger jobs from content service calls. For example, if a file is updated in a source system, an event can be set up to trigger an index.
Event jobs, in abstract are meant to be triggered by some external action. For a basic event job, we use the push event endpoint, which tells Federation Services which document to get and which job to run it with.
Event Configurations enhance Event Jobs and require:
- simflofy.event.queue=true (which is the default setting)
It allows them to be triggered through content service actions. So, if we want to add to that tutorial we would need to add a scenario in which we:
- Set up an event configuration
- Add it to an Event Job
- Trigger that job through a call to a content service endpoint.