These will silently break your system if ignored.
Schema Bug β Normalize kind vs type
"TRIGGER" vs "trigger" mismatch
Fix in backend mapping OR executor logic
Executor Filter
Change:
WorkflowModel.find()
π to:
WorkflowModel.find({ isActive: true })
These will silently break your system if ignored.
Schema Bug β Normalize kind vs type
"TRIGGER" vs "trigger" mismatch
Fix in backend mapping OR executor logic
Executor Filter
Change:
WorkflowModel.find()
π to:
WorkflowModel.find({ isActive: true })