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
You can use the workflow inside a class by using service autowiring and using camelCased workflow name + Workflow as parameter name:
For workflows of type state_machine, the correct parameter name must be "camelCased workflow name + StateMachine". At least in the current Symfony 5.2.0. Calling php bin/console debug:autowiring workflow lists the correct names to be used as documented a few lines later.