Skip to content

Instantly share code, notes, and snippets.

@rossmason
Created January 11, 2011 06:50
Show Gist options
  • Save rossmason/774133 to your computer and use it in GitHub Desktop.
Save rossmason/774133 to your computer and use it in GitHub Desktop.
<flow name="orderProcessingFlow">
<inbound-endpoint ref="orderEndpoint"/>
<enricher target="#[variable:state_short]">
<outbound-endpoint ref="stateLookup">
<expression-transformer evaluator="xpath" expression="/order/address/zip" />
</outbound-endpoint>
</enricher>
<outbound-endpoint ref="orderStep2"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment