Execute transitions via Symfony Messenger
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3456094. --> Reported by: [acbramley](https://www.drupal.org/user/1036766) Related to !43 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We can process scheduled transitions with <a href="https://www.drupal.org/project/sm">sm</a></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Submodule that depends on st and sm<br> Message that takes the ST's UUID, created on ST insert<br> MessageHandler that loads the ST by UUID, does nothing if it can't, checks if it has been processed, processes it.</p> > Related issue: [Issue #3401229](https://www.drupal.org/node/3401229)
issue