in my Neos Site I have a Service connected to the signal TYPO3\TYPO3CR\Domain\Model\Workspace->afterNodePublishing.
In some cases, I want to notify the user of a action the service did. Obviously, as I’m not directly in the controller, I can’t call $this->addFlashMessage() as I would normally do. So is there a way to add a flash message from outside the controller?