You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current workaround is placing all workflows in a special queue that has 'after_commit' => true enabled in config/queue.php.
If this is your preferred way, I would like to request an addition to the documentation.
Another (potentially BC breaking change) would be to set the $afterCommit property in the Activity/Workflow classes, similar to the connection and queue properties.