Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Created October 16, 2017 21:03
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/df1e06edb238ba68a0c56b0b5b49d551 to your computer and use it in GitHub Desktop.
Save marianogonzalez/df1e06edb238ba68a0c56b0b5b49d551 to your computer and use it in GitHub Desktop.
<batch:aggregator size="100">
<foreach>
<script:execute engine="groovy">
<script:code>
vars['id'] = 'someValue'
</script:code>
</script:execute>
</foreach>
</batch:aggregator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment