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

[Feature Requested] - Definition each method can add jobGated #81

Open wit3 opened 1 year ago

wit3 commented 1 year ago

[Each Method ](https://github.com/ksassnowski/venture/blob/73cdd0f05b32f161104d30f4e61c103b16845074/src/WorkflowDefinition.php#L180)

in this method it's possible to add a parameter to permit Gated Job?

ksassnowski commented 1 year ago

Not at the moment, unfortunately. I'll have to think about what the best way of adding this feature would be without breaking backwards compatibility.