Max Kotliar

Results 174 comments of Max Kotliar

Enqueue, EnqueueBundle and SimpleClient could be search for uses of null too. There are factories and configurations for it.

You can introduce a new package `enqueue\noeffect` beside `enqueue\null` and migrate to it all other packages one by one. That wont be a BC break because if someone wants to...

@pascaldevink I think about it from time to time, though I still doubt it should be implemented (or even used) cuz its sync nature is far from a real async...

@sylfabre this great! Do not hesitate to reach me out, I'll be glad to support you. As for integration, Nobody is working on it as far as I know

@dincho Nope. They are both a sub sets of [Petri Net](https://en.wikipedia.org/wiki/Petri_net#Workflow_nets) but with different restrictions. The Symfony's component is not a workflow but a state machine where what I am...

> Would be all actions replaced with (Callback)Behavior? That's the plan

@lyrixx The most important difference that pvm [walks through the graph itself](https://github.com/formapro/pvm/blob/master/docs/sequence-example.md), where symfony/workflow [delegate this responsibility to a developer](](https://symfony.com/doc/current/components/workflow.html#usage)). Something more about `formapro/pvm`. With pvm you can create a...

@lyrixx I've not found any example of walking through the graph (without any additional control from my side). Could you share it with me, please?