LexikWorkflowBundle
LexikWorkflowBundle copied to clipboard
Simple workflow bundle for Symfony2
I have this error: Invalid configuration for path "lexik_workflow.processes.post_publication.steps.draft_created.model_status": You must specify a valid constant name as second parameter Can somebody help me with this??? thanks!!!
I have implemented 02 routes from draft creation to admin validation steps. Now I want to add a event subscriber so that after draft creation is reached, an email will...
I'm seeking for such a package for laravel , can anyone help me with this?
Hi, when trying to use LexikWorkflowBundle for our project the need arose to be able to check whether a process can reach a next step without actually advancing the model...
Is possible to the workflow wait for 2 steps acomplished? Like this: http://symfony-workflow-demo.herokuapp.com/ Suggest: Can do twig extensions to facilite to manage step buttons http://symfony.com/blog/new-in-symfony-3-2-workflow-component
This is more of a support query. Once I've fully understood this bundle, I would love to contribute with a pull request to the README file. The line `$processHandler->start($model);` from...
Can I perhaps get a functional demo of this workflow bundle somewhere? I understand how it it works but I don't understand how will a user with Admin roles see...
hello ! My error comes from my controller ($modelSate =$processHandler->start($model);). I looked in the processHandler to identify the error but I don't know of or comes this error, Thank you...