-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOCEL_output_automated.txt
24 lines (22 loc) · 1017 Bytes
/
OCEL_output_automated.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
device received: (['True'], [])
verify warranty: (['devicereceived0'], [])
send repair estimate: (['verifywarranty0'], [])
check estimation acceptance: (['sendrepairestimate0'], [])
repair the product: (['checkestimationacceptance0', 'check spare parts availability0'], ['sparePartsInWarehouse'])
update ticket status: (['checkestimationacceptance1', 'check spare parts availability1'], [])
repair carried out: (['updateticketstatus0'], ['repairedItems'])
repair failure: (['checkestimationacceptance2'], [])
repair failed: (['repairfailure0', 'delay notification0'], ['repairsfailed'])
assistance ticket generation: (['verifywarranty1'], ['generatedTicket'])
check spare parts availability: (['assistanceticketgeneration0'], [])
delay notification: (['checksparepartsavailability0'], ['delayNotifications'])
generatedTicket: 0
sparePartsInWarehouse: 30
repairedItems: 0
delayNotifications: 0
repairsfailed: 0
repairedItems: +1
repairsfailed: +1
generatedTicket: +1
sparePartsInWarehouse: -1
delayNotifications: +1