SCPN1-10671

This commit is contained in:
2026-04-27 10:47:03 +02:00
parent 2b25c4853d
commit 9916545817

View File

@@ -23,16 +23,16 @@
},
"TechMessage": {
"Code": "${restResponsetMsg.status!"no Code"}",
"Label": ${strJsonBody}
"Label": ${strJsonBody?truncate(32000,'...')}
},
"UserMessage": {
"Code": "${restResponsetMsg.status!"no Code"}",
"Label": ${strJsonBody},
"Label": ${strJsonBody?truncate(32000,'...'),
"Params": []
},
"DetailElements": [],
"CorrelationID": "${id.correlationid!"no Correlationid"}",
"ContextPayload": ${strJsonBody},
"ContextPayload": ${strJsonBody?truncate(32000,'...')},
"Type": "${event}",
"Task": "${id.apiRestReflexID!"no Task"}",
"OriginalID": "${id.refid!"no OriginalID"?trim?json_string}",