sartography / SpiffWorkflow

A powerful workflow engine implemented in pure Python
GNU Lesser General Public License v3.0
1.69k stars 313 forks source link

first cycle of cycle timer executes immediately #370

Closed essweine closed 11 months ago

essweine commented 11 months ago

When a cycle time is reached, it immediately executes. It would make more sense for it to delay one cycle before the first execution.

essweine commented 11 months ago

Reported by @yyscamper

essweine commented 11 months ago

Fixed in https://github.com/sartography/SpiffWorkflow/pull/371