Skip to content

Commit

Permalink
fixup: include error and note in state reconcilation mermaid
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 d7ed714 commit 58d3d60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions specification/sections/05-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,14 @@ title: Provider context reconciliation
---
stateDiagram-v2
direction TB
READY --> READY:emit(PROVIDER_CONFIGURATION_CHANGED)
READY --> ERROR:emit(PROVIDER_ERROR)
ERROR --> READY:emit(PROVIDER_READY)
READY --> READY:emit(PROVIDER_CONTEXT_CHANGED)*
READY --> RECONCILING:emit(PROVIDER_RECONCILING)
RECONCILING --> READY:emit(PROVIDER_CONTEXT_CHANGED)
RECONCILING --> ERROR:emit(PROVIDER_ERROR)
```

\* Implementations may allow for providers to reconcile synchronously, in which case no `PROVIDER_RECONCILING` event is emitted.

#### Condition 5.3.4

[![experimental](https://img.shields.io/static/v1?label=Status&message=experimental&color=orange)](https://github.com/open-feature/spec/tree/main/specification#experimental)
Expand Down

0 comments on commit 58d3d60

Please sign in to comment.