This commit is contained in:
2026-05-12 11:25:32 +02:00
parent 033ff99037
commit 4f8f43d127
32 changed files with 78 additions and 58 deletions

View File

@@ -23,20 +23,21 @@
},
"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}",
"StackTrace": ""
}
}
]