You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(workflow): restore engine registration for tenant definitions
Register persisted workflow definitions across tenants during startup and backfill missing engine registrations when a start request finds the engine state missing.
Made-with: Cursor
fix(workflow): restore engine registration for tenant definitions
Register persisted workflow definitions across tenants during startup and backfill missing engine registrations when a start request finds the engine state missing.
Made-with: Cursor
fix(workflow): sync persisted definitions to engine
Persist current definition versions through a single path that also refreshes workflow engine registration so draft-to-published node updates can be started immediately.
Made-with: Cursor
fix(workflow): persist nodes when initializing definition graph
Handle the first node update for definitions that do not yet have persisted nodes so newly submitted graph nodes are saved to the database instead of being skipped.
Made-with: Cursor