Skip to content

Commit

Permalink
fixup: add RECONCILING -> ERROR transition
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Feb 20, 2024
1 parent b81fb15 commit 41670cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/sections/01-flag-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@ stateDiagram-v2
STALE --> NOT_READY:shutdown()
ERROR --> NOT_READY:shutdown()
READY --> RECONCILING:::client:setContext()
RECONCILING:::client --> READY:*
RECONCILING:::client --> READY
RECONCILING:::client --> ERROR
classDef client fill:#888
```
Expand Down

0 comments on commit 41670cb

Please sign in to comment.