# Duplicated Workflow

> Repeating the same overall algorithm in many places, each copy re-implementing the shared steps.

Record: `lex:duplicated-workflow`
Kind: anti-pattern
Layer: [Design Patterns Core](https://banes-lab.com/records/layer/design-patterns-core.md)
Canonical: https://banes-lab.com/ontology/lexicon#lex-duplicated-workflow

## category

- [Behavioral Patterns](https://banes-lab.com/records/lex-category/behavioral-patterns.md)

## referenced-by

- [Template Method Pattern](https://banes-lab.com/records/arch/template-method-pattern.md)
