Pregunta

I have been looking for this on Google but couldn't find a solution.

How can I access the exceptionPayload in the the mule flow like I can access the payload #[message.payload]. In the same way is there any way I can have the exceptionPayload also?

¿Fue útil?

Solución

Use #[exception], which is null if there is no exception payload for the current event.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top