mirror of
https://github.com/Nikhil-Doye/workflow-builder.git
synced 2026-07-22 02:01:56 +02:00
53fbbe22c7
- 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.