From b7d7110e5582bba8adf1226a99095956c831dc75 Mon Sep 17 00:00:00 2001 From: saivenkateshi Date: Sun, 22 Mar 2026 13:27:23 +0530 Subject: [PATCH] Update task states terminology in services.md Corrected task states terminology in the documentation. --- content/manuals/engine/swarm/how-swarm-mode-works/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/swarm/how-swarm-mode-works/services.md b/content/manuals/engine/swarm/how-swarm-mode-works/services.md index 1e75b9d112..e2b6a16401 100644 --- a/content/manuals/engine/swarm/how-swarm-mode-works/services.md +++ b/content/manuals/engine/swarm/how-swarm-mode-works/services.md @@ -53,7 +53,7 @@ fails its health check or crashes, the orchestrator creates a new replica task that spawns a new container. A task is a one-directional mechanism. It progresses monotonically through a -series of states: assigned, prepared, running, etc. If the task fails, the +series of states: `ASSIGNED`, `PREPARING`, `RUNNING`, etc. If the task fails, the orchestrator removes the task and its container and then creates a new task to replace it according to the desired state specified by the service.