Skip to content

Releases: lvalics/Task_Manager_N8N

Release 1.1.0

06 Jun 11:32

Choose a tag to compare

🚀 Major Release: Consolidated Task Manager

✨ What's New

  • Single Workflow Architecture: All task management functionality now lives in one consolidated n8n workflow
    (N8N_TaskManager.json)
  • Simplified Deployment: Import just one file instead of four separate workflows
  • Improved Documentation: Comprehensive setup guides and frontend deployment instructions

🔄 Breaking Changes

  • Previous 4-workflow setup is deprecated
  • Webhook URL patterns updated (see documentation)

📦 Key Files

  • TaskManager/N8N_TaskManager.json - The complete Task Manager system
  • TaskManager/N8N_Task_Manager_Nodes.json - Individual nodes for testing
  • frontend/ - React monitoring dashboard

🛠️ Migration from v1.0.x

  1. Delete old workflows:

    • N8N_Task_Creation_Workflow
    • N8N_Task_Monitor_Workflow
    • N8N_Get_Status_Query_Workflow
    • N8N_Task_Update_Workflow
  2. Import the new consolidated workflow:

    • Import N8N_TaskManager.json
    • Update PostgreSQL credentials
    • Enable Schedule trigger for monitoring
    • Activate the workflow

📚 Documentation Updates

  • Updated README with consolidated workflow instructions
  • New comprehensive frontend README
  • Enhanced .env.example with descriptions

🔗 Resources