You've already forked reflex-wms-connector
modifs
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
[
|
||||
<#assign UUID = UUID.randomUUID()>
|
||||
<#assign strJsonBody = JsonUtil.espaceQuoteInJsonString(restResponseBody)>
|
||||
{
|
||||
{
|
||||
"Header": {
|
||||
"ProjectID": "${projectRP}"
|
||||
"ProjectID": "${projectRP}"
|
||||
},
|
||||
"ID": {
|
||||
"RefID": "${UUID}",
|
||||
@@ -12,7 +12,7 @@
|
||||
"DateTime": "${aDateTime?iso_utc}",
|
||||
"AuthorTimeZone": "${time_zone_rfx}"
|
||||
}
|
||||
},
|
||||
},
|
||||
"Payload": {
|
||||
<#assign severity = SeverityLevel.ERROR>
|
||||
"Severity": "${severity}",
|
||||
@@ -35,7 +35,7 @@
|
||||
"ContextPayload": "rfxresponse",
|
||||
"Type": "RP_EXECUTIONFLOW_EVENT",
|
||||
"Task": "${id.apiRestReflexID}",
|
||||
"OriginalID": "${id.refid}",
|
||||
"OriginalID": "${id.refid?trim?json_string}",
|
||||
"StackTrace": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user