issues
search
ksassnowski
/
venture
Venture allows you to create and manage complex, async workflows in your Laravel apps.
https://laravel-venture.com
MIT License
804
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Documentation: Clarification on how to cancel a workflow
#101
eznix86
opened
3 months ago
2
Feature | Use native Laravel retry logic when possible
#100
lukasmu
opened
7 months ago
0
Strange behavior when retrying a failed job contained in a cancelled workflow
#99
lukasmu
opened
7 months ago
0
Fix | Added `down` method to migration class
#98
lukasmu
closed
2 months ago
1
Unable to unserialize job
#97
agumaxwellforcode
opened
8 months ago
3
chore(master): release 5.3.0
#96
github-actions[bot]
closed
8 months ago
1
Unable to add jobs with integer ID's - Call to a member function getID() on int
#95
stevebauman
opened
9 months ago
0
Fix | Fixed WorkflowEventSubscriber extracting WorkflowJob on non WorkflowJob jobs
#94
simple-hacker
opened
9 months ago
2
Feature | Prunable
#93
simple-hacker
opened
9 months ago
1
Laravel 11.x Compatibility
#92
laravel-shift
closed
8 months ago
4
Fix | Updated WorkflowEventSubscriber for fix
#91
simple-hacker
closed
9 months ago
3
Issue deleting Eloquent models in non Venture jobs on sync driver
#90
simple-hacker
opened
9 months ago
2
Is Venture compatible with Laravel's job middleware?
#88
tristanjahier
opened
1 year ago
4
How to dynamically add jobs to a running workflow?
#87
tristanjahier
opened
1 year ago
6
Feature self referencing workflows
#86
s-7777
closed
1 year ago
0
Collection passed as parameter to job is saved in job column to DB
#85
jkalousek
closed
1 year ago
10
Generating a Graphviz dot file from `WorkflowDefinition`
#83
tatupesonen
opened
1 year ago
0
Mark a job as gate inside the job
#82
oliverbj
opened
1 year ago
17
[Feature Requested] - Definition each method can add jobGated
#81
wit3
opened
1 year ago
1
Is there support for conditional grouped jobs?
#80
tatupesonen
closed
1 year ago
0
Is it possible to use with the SQS driver
#79
riabiy
closed
1 year ago
2
Failed jobs don't get marked as failed
#78
tatupesonen
closed
1 year ago
6
feat: plugin to provide compatibility with lorisleiva/laravel-actions
#77
ksassnowski
closed
1 year ago
0
chore(master): release 5.2.0
#76
github-actions[bot]
closed
1 year ago
1
Unserialize exception in workflow callback (then/catch)
#75
wit3
closed
1 year ago
3
Add ability to add jobs or workflows as a group
#74
ksassnowski
closed
1 year ago
0
Interface for Model Workflow
#73
wit3
opened
1 year ago
4
update WorkflowJob Model property missing phpdoc
#72
wit3
closed
1 year ago
1
bootPlugins not work
#71
wit3
closed
1 year ago
2
Support Laravel 10
#69
ksassnowski
closed
1 year ago
0
Laravel Action job decorator ignored
#68
derheyne
closed
1 year ago
0
added ClosureWorkflowStep $job parameter to container callback call
#67
wit3
closed
1 year ago
4
Venture incompatible with Laravel Jobs side by side usage.
#65
dragonfire1119
closed
1 year ago
7
Workflow State Aware Jobs
#64
hskrasek
opened
1 year ago
2
Define method expecting two parameters, only 1 available
#63
thomas-grabarczyk
closed
2 years ago
3
Venture within a form builder for building out processes?
#61
tonypartridger
closed
2 years ago
0
Use in a non-Laravel php app or Symfony?
#60
ttk
closed
2 years ago
2
[4.x] Fix manually failed jobs reporting processed
#59
stevebauman
closed
2 years ago
3
[4.x] Manually failed jobs report as "processed" in workflows
#58
stevebauman
closed
2 years ago
0
[v4.x] Set `Workflow/WorkflowJob::getState()` methods to `protected`
#57
stevebauman
closed
2 years ago
0
fix(migrations): publish migrations fixed
#56
sWalbrun
closed
2 years ago
1
Suffix all interfaces with `Interface` for naming convention unity
#55
stevebauman
closed
2 years ago
0
4.0
#54
ksassnowski
closed
2 years ago
10
Add method to configure definition conditionally
#53
ksassnowski
closed
2 years ago
3
Replace `opis/closure` with `laravel/serializable-closure`
#52
ksassnowski
closed
2 years ago
6
Base64 encode serialized jobs when using Postgres
#51
ksassnowski
closed
2 years ago
0
Add `php-cs-fixer` GitHub action
#50
stevebauman
closed
2 years ago
1
Add test for handling jobs with protected and private properties
#49
stevebauman
closed
2 years ago
4
Fix `Venture` non static methods
#48
stevebauman
closed
2 years ago
2
Add `markAsFinished()` method for overridability and make `markJobAsFinished()` protected
#47
stevebauman
closed
2 years ago
1
Next