# Overview
Managed workflow systems... #flashcard
Use a more [[declartive]] approach compared to [[Durable Execution Engines]] where you define the workflow in a declarative language and the engine handles the orchestration. You define the workflow as state machines or [[Directed Acyclic Graph (DAG)]]s.
# Key Considerations
# Implementation Details
# Useful Links
# Related Topics
## Reference
#### Working Notes
#### Sources
# Products
- [[Apache Airflow]]
- [[Prefect]]
- [[Dagster]]
- [[AWS Step Functions]]