Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created December 16, 2011 14:48
Show Gist options
  • Save javaduke/1486321 to your computer and use it in GitHub Desktop.
Save javaduke/1486321 to your computer and use it in GitHub Desktop.
<mule-send name="sendToDrools"
expr="#{order}"
endpoint="DroolsEndpoint"
exchange-pattern="request-response"
var="order">
<transition to="sendToWarehouse" />
</mule-send>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment