Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created December 16, 2011 14:50
Show Gist options
  • Save javaduke/1486330 to your computer and use it in GitHub Desktop.
Save javaduke/1486330 to your computer and use it in GitHub Desktop.
<decision name="sendToWarehouse">
<transition to="sendToWarehouseA">
<condition expr="#{order.destination == 'WAREHOUSE_A'}" />
</transition>
<transition to="sendToWarehouseB">
<condition expr="#{order.destination == 'WAREHOUSE_B'}" />
</transition>
<transition to="routingFailed" />
</decision>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment