Skip to content

πŸͺ² BUG-#205: Replace Execution with TaskEngine in Parallel strategy#214

Merged
FernandoCelmer merged 2 commits intodevelopfrom
feature/205
Apr 8, 2026
Merged

πŸͺ² BUG-#205: Replace Execution with TaskEngine in Parallel strategy#214
FernandoCelmer merged 2 commits intodevelopfrom
feature/205

Conversation

@FernandoCelmer
Copy link
Copy Markdown
Member

Description

Replace the legacy Execution class with TaskEngine in the Parallel strategy, and remove Execution entirely from the codebase.

Issue: πŸ“Œ ISSUE-#205

Changes

  • Add _run_task static method to Parallel using TaskEngine directly
  • Remove dotflow/core/execution.py (no longer used anywhere)
  • Migrate test_execution.py tests (already covered by test_engine.py)
  • Rename test_execution_result.py β†’ test_engine_result.py
  • Rename test_execution_orderer.py β†’ test_engine_orderer.py
  • Both migrated to use TaskEngine

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@FernandoCelmer FernandoCelmer added the bug Something isn't working label Apr 8, 2026
@FernandoCelmer FernandoCelmer merged commit f851f09 into develop Apr 8, 2026
10 checks passed
@FernandoCelmer FernandoCelmer deleted the feature/205 branch April 8, 2026 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant