7 lines
256 B
Markdown
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.
|