state-machine
state-machine copied to clipboard
Allow string constant on callback arguments
This is a proposition for the issues #50.
This will allow to pass string to callback's args like this
args:
- 'myString'
- !php/const NameSpace\ClassName::CONSTANT
I would be happy to discuss about some other way if this solution is not suitable :smiley:.