forked from eiffel-community/eiffel-remrem-semantics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eiffelactivitytriggeredevent.json
34 lines (34 loc) · 1.07 KB
/
eiffelactivitytriggeredevent.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
{
"msgParams": {
"meta": {
"type": "EiffelActivityTriggeredEvent",
"version": "4.0.0",
"tags": [""],
"source": {
"domainId": "",
"host": "",
"name": "",
"uri": ""
}
}
},
"eventParams": {
"data": {
"name": "required",
"categories": [],
"triggers": [{
"type": "required if triggers present, can be anyone of MANUAL,EIFFEL_EVENT,SOURCE_CHANGE,TIMER,OTHER",
"description": ""
}],
"executionType": "Not required ,if present can be anyone of MANUAL,SEMI_AUTOMATED,AUTOMATED,OTHER",
"customData": [{
"key": "required if customData present",
"value": "required if customData present"
}]
},
"links": [{
"type": "CAUSE or CONTEXT or FLOW_CONTEXT - optional",
"target": "required - UUID if type is present"
}]
}
}