Change status to delivered in flowchart. (#36800)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #36795
This commit is contained in:
Victor Lyuboslavsky 2025-12-08 10:07:32 -06:00 committed by GitHub
parent 8570693bd1
commit 103d537dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ flowchart TD
subgraph cert["For each certificate"]
certGet --> certServer["Server validates FLEET_VAR_*"]
certServer --> certStatus{"Cert status?"}
certStatus --> certStatusYes(("Pending")) & certStatusNo(("!Pending")) & certStatusNull(("null<br>(not ready)"))
certStatus --> certStatusYes(("delivered")) & certStatusNo(("failed or<br/>verified")) & certStatusNull(("otherwise<br/>(try again later)"))
certStatusNull --> certDone1
certStatusNo --> certSave["Save cert as processed"]
certSave --> certDone1(["Continue"])