forked from eiffel-community/eiffel-remrem-semantics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eiffelactivityfinishedevent.json
39 lines (39 loc) · 1.22 KB
/
eiffelactivityfinishedevent.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"msgParams": {
"meta": {
"type": "EiffelActivityFinishedEvent",
"version": "3.0.0",
"tags": [""],
"source": {
"domainId": "",
"host": "",
"name": "",
"uri": ""
}
}
},
"eventParams": {
"data": {
"outcome": {
"conclusion": "required if outcome present, can be one of SUCCESSFUL,UNSUCCESSFUL,FAILED,ABORTED,TIMED_OUT,INCONCLUSIVE",
"description": ""
},
"persistentLogs": [{
"name": "required if persistentLogs present",
"uri": "required if persistentLogs present"
}],
"customData": [{
"key": "required if customData present",
"value": "required if customData present"
}]
},
"links": [{
"type": "ACTIVITY_EXECUTION",
"target": "required - UUID of EiffelActivityTriggeredEvent"
},
{
"type": "CAUSE or CONTEXT or FLOW_CONTEXT - optional",
"target": "required - UUID if type is present"
}]
}
}