Php – Add workflow to a service dynamically in Symfony 6.4
The Symfony 6.4 docs state concerning the workflow registry: Beware that injecting the Registry into your services is not recommended. However, I need to get a specific workflow within a service method which decides which workflow to use based on…