Max Kotliar

Results 174 comments of Max Kotliar

This is [the difference](https://github.com/lyrixx/SFLive-Paris2016-Workflow/blob/52ca396b716578036edd6ba10711a09c1dd46b7e/src/AppBundle/Controller/ArticleController.php#L60). You control the flow, where pvm ProcessEngine does it internally. You built the process and pass it to the process engine. ```php

The line `(new ProcessEngine($registry))->proceed($token);` executes two behaviors\nodes, that's why it prints `"foo bar "`.

@lyrixx sorry but I feel I am still missing something. Actually, I have to manage all transitions in a listener **my self**. If I change the process graph I have...

This what we use while building the formapro/pvm - https://www.techfak.uni-bielefeld.de/~mchen/BioPNML/Intro/pnfaq.html

@garak I removed them on packagist. Those are the tags of PayumBundle, they should've been here at all.

@nickworker Thanks for you feedback. The doc has to be enhanced indeed. If I get it right you can do it. You can create a customer using this action https://github.com/Payum/Payum/blob/master/src/Payum/Stripe/Action/Api/CreateCustomerAction.php...

I'll look into it.

nothing new. unfortunately I dont have time to work on this.

I think createChargeAction should not be called if there is an error.

Cuz it is not finished and I haven't used it on any project I've worked on.