|
6 | 6 | "IdRule": "meta.id",
|
7 | 7 | "StartEvent": "YES",
|
8 | 8 | "IdentifyRules": "[meta.id]",
|
9 |
| - "MatchIdRules": {"_id": "%IdentifyRules_objid%"}, |
| 9 | + "MatchIdRules": {"_id": "%IdentifyRulesEventId%"}, |
10 | 10 | "ExtractionRules": "{ id : meta.id, type : meta.type, time : meta.time, identity : data.identity, fileInformation : data.fileInformation, buildCommand : data.buildCommand }",
|
11 | 11 | "DownstreamIdentifyRules": "links | [?type=='COMPOSITION'].target",
|
12 |
| - "DownstreamMergeRules": "{\"externalComposition\":{\"eventId\":%IdentifyRules%}}", |
| 12 | + "DownstreamMergeRules": "{\"externalComposition\":{\"eventId\":%IdentifyRulesEventId%}}", |
13 | 13 | "DownstreamExtractionRules": "{artifacts: [{id : meta.id}]}",
|
14 | 14 | "ArrayMergeOptions": "",
|
15 | 15 | "HistoryIdentifyRules": "links | [?type=='COMPOSITION'].target",
|
|
25 | 25 | "IdRule": "meta.id",
|
26 | 26 | "StartEvent": "NO",
|
27 | 27 | "IdentifyRules": "links | [?type=='ARTIFACT'].target",
|
28 |
| - "MatchIdRules": {"_id": "%IdentifyRules_objid%"}, |
| 28 | + "MatchIdRules": {"_id": "%IdentifyRulesEventId%"}, |
29 | 29 | "ExtractionRules": "{ publications :[ { eventId : meta.id, time : meta.time, locations : data.locations }] }",
|
30 | 30 | "ArrayMergeOptions": "",
|
31 | 31 | "HistoryIdentifyRules": "",
|
|
40 | 40 | "IdRule": "meta.id",
|
41 | 41 | "StartEvent": "NO",
|
42 | 42 | "IdentifyRules": "links | [?type=='SUBJECT'].target",
|
43 |
| - "MatchIdRules": {"_id": "%IdentifyRules_objid%"}, |
| 43 | + "MatchIdRules": {"_id": "%IdentifyRulesEventId%"}, |
44 | 44 | "ExtractionRules": "{confidenceLevels :[{ eventId:meta.id, time:meta.time, name:data.name, value:data.value}]}",
|
45 | 45 | "ArrayMergeOptions": "",
|
46 | 46 | "HistoryIdentifyRules": "",
|
|
0 commit comments