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

added ClosureWorkflowStep $job parameter to container callback call #67

Closed wit3 closed 1 year ago

wit3 commented 1 year ago

Discussed in #66

wit3 commented 1 year ago

Need to update Docs with an example

stevebauman commented 1 year ago

Can we add a test ensuring that the job is now available in the queued closure? Maybe in:

https://github.com/ksassnowski/venture/blob/master/tests/ClosureWorkflowStepTest.php

wit3 commented 1 year ago

Can we add a test ensuring that the job is now available in the queued closure? Maybe in:

https://github.com/ksassnowski/venture/blob/master/tests/ClosureWorkflowStepTest.php

as soon as i have free time, i'll write the test, sorry timing 😖

ksassnowski commented 1 year ago

@wit3 I added the missing test case and merged it. Thanks for the contribution!