Webhook handler for XDS score processing. Retrieves the service stage record for a given GUID and delegates processing to ObjService.ServiceSet for score evaluation.
ObjData.ObjData
|
+-- ObjHook
- _IsA = "ObjHookScore"
- _Version = "1.4"
- Page
+ Process(Payload, Param1..Param8)
| Method | Description |
|---|---|
__init__(DB, Page) |
Initialises the hook with database connection and page reference |
Process(Payload, Param1..Param8) |
Reads the Stage_Service record for the given GUID and runs the service set to complete score evaluation |
Stage_Service where GUID matches and ServiceCode starts with XDS.ObjService.ServiceSet.read() with the GUID."process:hook".| Table | Operation |
|---|---|
Stage_Service |
SELECT - reads the service stage record |
ObjData - base database functionalityObjService - service set orchestrationcythonize -3 -a -i ObjHookScore.py
Compiling /home/axion/projects/axion/factory.webhook/ObjHookScore.py because it changed..[1/1] Cythonizing /home/axion/projects/axion/factory.webhook/ObjHookScore.py
Updated: 2026-03-20