Skip to main content

Hi,

I'm new to Mulesoft, my questions are,

 

1. What is the difference between Inbound and Outbound Properties.

2. Can we use Outbound Property of a flow as Inbound Property of another flow, because in some blog I read that we cannot set Inbound Property

 

Thanks,

Vignesh.B

3 answers
  1. Jan 8, 2018, 2:24 PM

    Hi

     

    1.Mule Inbound Properties

     

    1.Inbound properties are which are in source and after the source everything is Outbound property. You can't set Inbound properties. Its always set by Message sources like inbound endpoints. Inbound properties are lost when crossing a transport (endpoints like http).

     

    2.Mule Outbound Properties

     

    1.You can set Outbound properties . When crossing a transport (endpoints like http), outbound properties are automatically turned into inbound properties, and no longer exist as outbound properties.

     

    2.By default Outbound Property of a flow becomes the Inbound Property for the immediate next flow,

     

    hope this helps

0/9000