Process Graph — Loss Prevention Case Handling
graph LR
process["Loss Prevention Case Handling"]
svc_detect_identification_anomaly["Detect Identification Anomaly"]
process --> svc_detect_identification_anomaly
evt_item_identification_anomaly_detected["ItemIdentificationAnomalyDetected"]
svc_detect_identification_anomaly --> evt_item_identification_anomaly_detected
svc_detect_transaction_anomaly["Detect Transaction Anomaly"]
process --> svc_detect_transaction_anomaly
evt_transaction_anomaly_detected["TransactionAnomalyDetected"]
svc_detect_transaction_anomaly --> evt_transaction_anomaly_detected
svc_open_loss_prevention_case["Open Loss Prevention Case"]
process --> svc_open_loss_prevention_case
evt_loss_prevention_case_opened["LossPreventionCaseOpened"]
svc_open_loss_prevention_case --> evt_loss_prevention_case_opened
svc_resolve_loss_prevention_case["Resolve Loss Prevention Case"]
process --> svc_resolve_loss_prevention_case
evt_loss_prevention_case_resolved["LossPreventionCaseResolved"]
svc_resolve_loss_prevention_case --> evt_loss_prevention_case_resolved
app_loss_prevention_service["Loss Prevention Service"]
process -.-> app_loss_prevention_service
app_pos["POS"]
process -.-> app_pos
app_inventory_service["Inventory Service"]
process -.-> app_inventory_service
app_payment_hub["Payment Hub"]
process -.-> app_payment_hub