When multiple workflows are used, every listener has to duplicate a check on whether or not it is relevant to this listener and model. By dispatching events similar to symfony, we can listen only to specific events workflow.flowname.guard--thus greatly cleaning up the slew of listeners for multiple workflows.
When multiple workflows are used, every listener has to duplicate a check on whether or not it is relevant to this listener and model. By dispatching events similar to symfony, we can listen only to specific events
workflow.flowname.guard
--thus greatly cleaning up the slew of listeners for multiple workflows.