mirror of
https://github.com/Nikhil-Doye/workflow-builder.git
synced 2026-07-22 02:01:56 +02:00
Add cron-parser integration and enhance workflow scheduling validation
- Introduced cron-parser for improved cron expression handling in the WorkflowScheduler. - Added validation for cron expressions during schedule creation and updates, ensuring correct format and providing user feedback on errors. - Implemented utility methods for generating supported cron examples and validating cron expressions, enhancing usability and clarity in scheduling workflows. - Updated llmProcessor to support variable substitution in prompts, improving flexibility in input handling.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"autoprefixer": "^10.4.14",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^1.2.1",
|
||||
"cron-parser": "^5.4.0",
|
||||
"lucide-react": "^0.263.1",
|
||||
"openai": "^6.3.0",
|
||||
"postcss": "^8.4.24",
|
||||
|
||||
Reference in New Issue
Block a user