在Mule 4中如何获得使用有效负载的错误处理?

时间:2019-07-02 18:28:18

标签: mule mule-component mulesoft mule4

我正在使用Mule 4进行处理,并希望在错误处理上将消息转换为使用现有有效负载的消息。

我的代码是

transactionNotification: {
    "Testout": "Band", 
    "errorNotification": p("api.name"),
    "transactionCode": p("notification.errorCode"),
    "transactionStatus": p("notification.error"),
    remark: {
        messageCode: p("notification.messageCode"),
        messageText: payload
    }
}

我得到了错误

  

表达式'%dw 2.0输出上的脚本语言错误

     

application / json

     

transactionNotification:{         “ Testout”:“ B ...”。原因:无法解析有效负载的引用。

相同的代码似乎可以正常工作,并且错误消失了  当我删除有效载荷时。

0 个答案:

没有答案