docs: Add ADR-001 Logic Operator v2.0 Architecture Design#18
Open
ricardozanini wants to merge 2 commits into
Open
docs: Add ADR-001 Logic Operator v2.0 Architecture Design#18ricardozanini wants to merge 2 commits into
ricardozanini wants to merge 2 commits into
Conversation
Add comprehensive architecture design document for Logic Operator v2.0 refactoring from SonataFlow to Quarkus Flow. Key architectural changes: - New CRDs: LogicPlatform, LogicFlowService, LogicFlowDefinition, LogicFlowRuntime - Removed: Jobs Service, Container Builder, SonataFlow v1alpha08 CRDs - Runtime model shift: per-workflow containers → shared Quarkus Flow runners - Data Index MODE1: FluentBit + PostgreSQL + GraphQL - Multi-version workflow support with traffic splitting - Dual-mode topology: local (per-namespace) and centralized (multi-tenant) Implementation organized in 13 EPICs across 6 phases (6 months). GitHub issues created: #3-#16 Relates-to: #3, #4, #5, #6, #7, #8, #9, #10, #11, #12, #13, #14, #15, #16 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add path filters to PR workflows to skip CI when only documentation files are changed: - pr-checks: Skip for **.md, docs/, adr/, LICENSE, .gitignore - e2e-minimal: Skip for **.md, docs/, adr/, cli/, LICENSE, .gitignore - CLI workflows: Already have proper path filters (cli/**) This prevents unnecessary CI runs for documentation PRs. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds ADR-001 documenting the comprehensive architecture design for Logic Operator v2.0 refactoring.
Summary
This ADR captures the complete design for migrating from SonataFlow to Quarkus Flow, including:
Architecture Changes
Key Features
Implementation
Related Issues
Closes: None (design document only)
Relates-to: #3, #4, #5, #6, #7, #8, #9, #10, #11, #12, #13, #14, #15, #16
Checklist
Next Steps
After merge: