This commit is contained in:
2026-05-12 14:27:55 +02:00
parent 7942a0dfc0
commit 77ef62f002
14 changed files with 37 additions and 30 deletions

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}",