Accessing inbound property in mule -


in sub-flow, how can access http connector (red area) inbound properties available @ green marked area.

enter image description here

the scope of inbound property after inbound endpoint or source endpoint.

here should copy inbound properties "flowvars" , use across flow

#[flowvars.paramertername = message.inboundproperties.'http.query.params'.parametername] 

Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -