Skip to content

Add workflow definition versioning and history UI - #96

Closed
kael-developer[bot] wants to merge 1 commit into
ai-devfrom
agent/add-workflow-definition-versioning-and-h
Closed

Add workflow definition versioning and history UI#96
kael-developer[bot] wants to merge 1 commit into
ai-devfrom
agent/add-workflow-definition-versioning-and-h

Conversation

@kael-developer

Copy link
Copy Markdown
Contributor

Why

Problem
Workflow definitions are mutable; any change overwrites the previous version, making it impossible to track evolution or revert accidental edits.

Solution
Introduce a versioned storage mechanism where each change creates a new immutable version record. Provide API endpoints to list versions, retrieve a specific version, and roll back. Extend the dashboard with a version history view and a rollback button.

Value
Operators can audit changes, understand why a workflow behaved a certain way, and quickly revert to a known good definition, increasing reliability and traceability.

What changed

Implementation complete.

Closes #93

🤖 Implemented automatically by Kael AI Agent

@unitz007
unitz007 deleted the branch ai-dev March 15, 2026 20:00
@unitz007 unitz007 closed this Mar 15, 2026
@unitz007
unitz007 deleted the agent/add-workflow-definition-versioning-and-h 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