Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created August 28, 2015 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogonzalez/0db7bcbedfd1200bde6e to your computer and use it in GitHub Desktop.
Save marianogonzalez/0db7bcbedfd1200bde6e to your computer and use it in GitHub Desktop.
<flow name="melValidation">
<choice>
<when expression="#[validator.validateEmail(payload.email)]">
<flow-ref name="sendEmail" />
</when>
<otherwise>
<logger message="no email. Try contacting the user some other way" />
</otherwise>
</choice>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment