Implement Trigger Event Processor to Dispatch Entity Events
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3561216. -->
Reported by: [gxleano](https://www.drupal.org/user/3591999)
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Currently, there is no mechanism in Flowdrop to automatically trigger entity events based on specific actions or conditions. This limits our ability to react to changes in entities programmatically.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Introduce a <code>Trigger Event Processor</code> plugin that: </p>
<ul>
<li>Listens for defined trigger events (e.g., entity insert, update, delete).</li>
<li>Dispatches corresponding entity events that Flowdrop can subscribe to.</li>
<li>Provides a configurable way for site builders and developers to define which triggers should dispatch which events.</li>
</ul>
<p><img src="https://www.drupal.org/files/issues/2025-12-03/Screenshot%202025-12-03%20at%2013.13.48.png" alt="Content Entity Trigger"></p>
issue