laravel-workflow icon indicating copy to clipboard operation
laravel-workflow copied to clipboard

Use the Symfony Workflow component in Laravel

Results 19 laravel-workflow issues
Sort by recently updated
recently updated
newest added

i follow the read me instruction, #53 still not able to connect how will it listen the events. here is my listner, ```php

I'm not sure what bug this should have fixed but it broke something else. Instead of having 1 transition with multiple froms you get 2 transition with 1 from. This...

I am getting the following error Argument 1 passed to Symfony\\Component\\Workflow\\Marking::__construct() must be of the type array, string given, called in vendor/symfony/workflow/MarkingStore/MultipleStateMarkingStore.php on line 47

Hi! I use module structure of app. And each package contains self workflow configurations for own entities. For load custom config in my app I use: ```php $registry = new...

https://symfony.com/doc/current/workflow.html ![image](https://user-images.githubusercontent.com/38257723/74663085-3134f380-51ac-11ea-8996-73c5b7fa120f.png) I configure `initial_marking` in my workflow config. But I don’t understand how to assign it in to model? `Workflow::apply` does not allow this, because such a transition is...

While trying to figure an issue I have with the package, I realized it can't work with symfony/workflow < 4.1 since 1.3.0 because of the use of `InstanceOfSupportStrategy` here :...

Hi, I'm using Laravel 5.6, How can i fill transitions config from database? I want to save my transitions on database and fill config file from that? Is it possible...

Hi, this question was actually part of another issue, which has now been marked as being solved. However this part may still be open, that is why I want to...

Issue : When more than one workflow is defined for the same class the method workflow_transitions gives exception with message "At least two workflows match this subject. Set a different...