Skip to content

Commit 0cac6a8

Browse files
authored
docs: add provisioner job state transition diagram (#17882)
# Description Add a state transition diagram for provisioner jobs to the documentation. This PR introduces a new diagram illustrating the lifecycle and state transitions of provisioner jobs. The diagram complements the existing status table by providing a visual representation of how jobs move between different states throughout their lifecycle. # Changes - Added a SVG diagram under the **Manage Provisioner Jobs** documentation page, in the **Provisioner Job Status** section. - Included a brief introductory text before the diagram. Mermaid [link](https://www.mermaidchart.com/play#pako:eNqFkD1PwzAQhv_KyRMdvPSDIUKVUFIGJtSyYQbXvjSW3DM4jiqE-O_YsRtFCMF49z6P75U_mXIaWcU454KUo9acKkEAocMzVkA4BC-toDFvrbuoTvoAz02CAO5vXgQ7hLgS7HUBnMOjO0LtUQbUcdxCHYEnJG3oFJFs1VdwNAvYRHA_EM3BZnrRnd8sRvTu6LeHQSns-3aw9mNUaZlapC1q1P_YFxM62HnvfHZX0X2Qxv4qSlJorQzGUXL3-D5gf21M66hmZF6a1kn_qeYT5eRf4FQ2s5vpxqwgbXJ4m75_RylYlGRVkjIup5F9fQNTV5aS) --- Screenshot of `Provisioner job status` section in documentation page: ![Screenshot 2025-05-19 at 16 10 12](https://github.com/user-attachments/assets/9cd6a46e-24ae-450c-842c-9580d61a50f6)
1 parent 358b641 commit 0cac6a8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/admin/provisioners/manage-provisioner-jobs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Each provisioner job has a lifecycle state:
4848
| **Failed** | Provisioner encountered an error while executing the job. |
4949
| **Canceled** | Job was manually terminated by an admin. |
5050

51+
The following diagram shows how a provisioner job transitions between lifecycle states:
52+
53+
![Provisioner jobs state transitions](../../images/admin/provisioners/provisioner-jobs-status-flow.png)
54+
5155
## When to cancel provisioner jobs
5256

5357
A job might need to be cancelled when:

0 commit comments

Comments
 (0)