Closed
Description
Symfony version(s) affected
5.4
Description
I tryed to dump a workflow in Symfony 5.4 and kept getting the Message
No service found for "workflow.xyz" nor "state_machine.xyr".
I tryed to reproduce it in Symfony 5.3 and found that it is working, but got the following warning:
User Deprecated: Since symfony/framework-bundle 5.3: Accessing the "workflow.xyz" service directly from the container is deprecated, use dependency injection instead.
How to reproduce
Create a Workflow in Symfony 5.4 and try to dump it:
https://github.com/ch2877/symfony_issue_43938
Possible Solution
No response
Additional Context
No response