v0.6.0
Scheduled Workflow Triggers
v0.6.0 adds scheduled workflow triggers as a first-class capability. Workflows can now fire on a recurring schedule (hourly / twicedaily / daily / weekly) in addition to form submissions.
Highlights
- New trigger abstraction — Workflow JSON gains a
triggerblock with two types:form(existing pattern) andschedule(new) - New step types —
fre_list_entriesandfre_delete_entriesfor bulk querying and deleting FormEngine entries - Daily reconciliation — Self-healing AS recurring action ensures scheduled workflows stay registered even if AS data is cleared
- Database schema v0.2.0 — Additive migration (nullable
form_id+ newtrigger_typecolumn); existing workflows unaffected
Production Verified
99/99 smoke checks green across three layered test suites. 725 Print Lab production verification complete.
See CHANGELOG.md for full details, or the user guide at docs/SCHEDULED_WORKFLOWS.md.