filament-workflow-manager icon indicating copy to clipboard operation
filament-workflow-manager copied to clipboard

Manage your own workflows with filament

Results 7 filament-workflow-manager issues
Sort by recently updated
recently updated
newest added

I install on Filament 3 but get error: Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires heloufir/filament-workflow-manager * -> satisfiable...

Hi. Thanks for the great plugin. There seems to be a problem with setting reverse flows. Fillament version: 2.15.11 Plugin version: 1.1.8 As shown in the image. ![image](https://user-images.githubusercontent.com/41618090/183111868-12422d99-2bc3-4ef9-bf62-fb8e8396cd80.png) Steps to...

bug
enhancement
help wanted

what if we can go back to previous status and then start again the workflow from that status?

Am I doing something wrong? running `php artisan vendor:publish --tag="filament-workflow-manager-config"` results in: `INFO No publishable resources for tag [filament-workflow-manager-config].` _Laravel Framework 10.13.3 Workflow Manager 1.1.11_

When initiating the package my light theme is destroyed. Upon removing the app.css call from the Workflow-Manager distribution all seems ok again. I am guessing there are CSS classes/variables within...

Attempt to read property "status" on null at /var/www/wbl/vendor/heloufir/filament-workflow-manager/src/Core/WorkflowResource.php I believe this occurs when you add the package to an existing table with models without a status. If the status...

bug

Wondering if it is possible to adapt it to have a workflow per item? Where we can select the workflow from within the model? Or define the workflow within the...