File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ the aggregated object will look like when writing the conditions. The
34
34
requirements inside a subscription should reflect a wanted state of the
35
35
aggregation, for example: "_ Hey Eiffel Intelligence, let me know when my
36
36
artifact has been published here!_ " or "_ I want to know when these two products
37
- have reached confidence level X_ ".
37
+ have reached confidence level X_ ".
38
38
39
39
We will go through how to write some example requirements in a subscription
40
40
based on the below aggregated object. What you see in the aggregation is
@@ -43,6 +43,9 @@ has also added an extra _id key with the value of the start event.
43
43
This _ id serves as an index in Mongo DB to speed up searches in the database.
44
44
The below aggregation is based on the [ Artifact rules] ( ../src/main/resources/rules/ArtifactRules-Eiffel-Agen-Version.json ) .
45
45
46
+ It should be noted that requirements in subscriptions are written
47
+ by using [ JMESPath] ( https://jmespath.org/ ) language. And, here is the [ JMESPATH specification] ( https://jmespath.org/specification.html ) .
48
+
46
49
** Aggregation from several Eiffel events:**
47
50
48
51
{
You can’t perform that action at this time.
0 commit comments