Skip to content

Implement recurring workflow scheduling (cron‑like) - #80

Closed
kael-developer[bot] wants to merge 1 commit into
ai-devfrom
agent/implement-recurring-workflow-scheduling-
Closed

Implement recurring workflow scheduling (cron‑like)#80
kael-developer[bot] wants to merge 1 commit into
ai-devfrom
agent/implement-recurring-workflow-scheduling-

Conversation

@kael-developer

Copy link
Copy Markdown
Contributor

Context

Provide a scheduler component that allows users to define cron expressions or fixed intervals for automatically triggering workflow executions. Include CLI and API options to create, list, and manage scheduled jobs, and store schedule definitions in the existing persistence layer.

Implementation summary

The config file has syntax errors after modifications. The part after GetConfigFilePath seems messed up: code after line 168 includes stray braces, causing syntax error. We need to fix config.go structure.

Open entire file to see ordering.

Closes #74

@unitz007
unitz007 deleted the branch ai-dev March 15, 2026 20:00
@unitz007 unitz007 closed this Mar 15, 2026
@unitz007
unitz007 deleted the agent/implement-recurring-workflow-scheduling- branch March 15, 2026 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant