forked from eiffel-community/eiffel-remrem-semantics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eiffelactivitystartedevent.json
36 lines (36 loc) · 1.06 KB
/
eiffelactivitystartedevent.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
{
"msgParams": {
"meta": {
"type": "EiffelActivityStartedEvent",
"version": "4.0.0",
"tags": [""],
"source": {
"domainId": "",
"host": "",
"name": "",
"uri": ""
}
}
},
"eventParams": {
"data": {
"executionUri": "",
"liveLogs": [{
"name": "required if livelogs present",
"uri": "required if livelogs 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 or PREVIOUS_ACTIVITY_EXECUTION - optional",
"target": "required - UUID if type is present"
}]
}
}