Skip to content

FEAT: Workflow#69

Merged
mdw771 merged 4 commits into
mainfrom
workflow
Jul 20, 2026
Merged

FEAT: Workflow#69
mdw771 merged 4 commits into
mainfrom
workflow

Conversation

@mdw771

@mdw771 mdw771 commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Features/fixes

Introduced a _BaseWorkflow class with subclasses implementing workflows that orchestrates multiple task managers. Currently available workflows are:

  • MultiscanSharedObjectWorkflow
  • ProgressiveResolutionWorkflow

Checklist (Don't skip!)

To check a checklist item, change the space in the backets with an x, i.e., [ ] -> [x].

Have you...

  • Formatted your code properly adhering to PEP-8? Considering using RUFF to format your code automatically (https://docs.astral.sh/ruff/installation/).
  • Cleaned up your code to remove large commented-out blocks?
  • Properly documented any new API knobs and functions with non-trivial signatures?
  • Resolved all merge conflicts with the main branch?
  • Checked the diffs between your branch and the main branch to ensure that your changes are not introducing any regressions or unnecessary/irrelevant changes?
  • Checked the diffs to ensure your PR only includes one feature/fix? Multiple features/fixes/changes should be split into different PRs.
  • Added unit tests for new features if necessary?

@mdw771
mdw771 merged commit 90234c3 into main Jul 20, 2026
2 checks passed
@mdw771
mdw771 deleted the workflow branch July 20, 2026 17:43
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