The FOS - Trigger Event dynamic action plug-in is used for controlling the branching logic (if/then/else) within a dynamic action. It gives you/developers the declarative ability to fire custom event(s) which other dynamic actions can listen to, whilst giving you the option to cancel the following actions in the current dynamic action. Hence why we use the term branching.
Conditional Event Firing
The plug-in has the added flexibility of allowing you to define a client-side condition as to whether you fire the event. It is somewhat similar to our "FOS - Client-side Condition" dynamic action, but provides more focus on branching of logic through the firing of events.
Multiple Events
You can also fire multiple events by comma separating them, as well as defining the "data" object that is passed into the event in case you need to transfer extra information. Why wouldn't I just use multiple actions instead? Our goal is to focus on efficiency and reduce the overall number of actions that developers create. Since we're firing an event already, we thought we should give you the ability to fire multiple events.