tattersoftware / codeigniter4-workflows

Job task control through dynamic workflows, for CodeIgniter 4
MIT License
21 stars 6 forks source link

`Action::maySkip()` #60

Closed MGatner closed 2 years ago

MGatner commented 2 years ago

Adds a new method to BaseAction to allow defining a condition when a Job may skip a Stage.

Fixes #30.