Files
horus/docs/glossary.md
2025-11-14 11:10:32 +01:00

7 lines
256 B
Markdown

# Terminology
- Flow: A workflow that is executed by the coordinator.
- Job: A unit of work that is executed by a runner.
- Supervisor: A job dispatcher that routes jobs to the appropriate runners.
- Runner: A job executor that runs the actual job steps.