Hi Everyone,
when I created an Adapter notification, i meet error " Exception:com.wm.app.b2b.server.ServiceException: java.lang.Exception: missing required parameter ‘document’ while executing trigger. Rejecting Document for TriggerStore"
I created as flow
- create adpater notifcation
- create broker/local trigger to call flow service when received a published document.
in flow service I call to documentToXMLString. when a replace documentToXMLString by debuglog, the error is resolved. It’s seem the document is null in flow step documentToXMLString
Can you explain for me why document is null? and help me resolve this error.
thanks Everyone!