tattersoftware / codeigniter4-workflows

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

Action complete method #30

Closed MGatner closed 2 years ago

MGatner commented 3 years ago

Instead of the current interaction of "required vs up/down", Actions should define an additional method to indicate whether they are complete. This way, jobs that have already finished a stage can move around freely assuming the state of each Action is preserved. Job flags would be a great way to implement this.