Skip to content

feat: add workflow template model and initialization logic

Kai Robbins requested to merge hotfix-adding-default-workflow into main
  • Created WorkflowTemplate model with schema for workflow nodes and templates.
  • Implemented initializeDefaultWorkflows function to import default workflow from JSON file if it doesn't already exist.
  • Added error handling to ensure application continues running even if workflow import fails.

Merge request reports