Skip to content

Commit

Permalink
Update doc/manuals/orion-api.md
Browse files Browse the repository at this point in the history
Co-authored-by: mapedraza <[email protected]>
  • Loading branch information
fgalan and mapedraza authored Jul 3, 2024
1 parent 1b9b332 commit 4698f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manuals/orion-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@ In order to overcome this problem, the `evalPriority` metadata can be used to de

* `evalPriority` metadata is a number from 1 (first evaluation) to 100000 (last evaluation)
* Expressions are evaluated in incresing order of priority
* In case of ties, Orion does not guarantee a particular evaluation order. Thus, expressions in the same priority level must be considered independent or bad things would happen
* In case of ties, Orion does not guarantee a particular evaluation order. Thus, expressions in the same priority level must be considered independent, and expressions using other attributes with the same or lower priority would result in unexpected values.
* If no `evalPriority` is set, default 100000 is used
* `evalPriority` only has a meaning in `notification.httpCustom.ngsi` in subscriptions. As metadata in regular entities (e.g. an entity created with `POST /v2/entities`) Orion doesn't implements any semantic for it

Expand Down

0 comments on commit 4698f64

Please sign in to comment.