Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created May 23, 2011 08:37
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 nicholasf/986405 to your computer and use it in GitHub Desktop.
Save nicholasf/986405 to your computer and use it in GitHub Desktop.
cursor do
iterator :on_field => 'archive_catalog_integrations', :to_f => "archive_catalog_integration_id" do
participant :ref => 'download_and_convert_catalog_tree'
end
rewind :if => '${archive_catalog_integrations.any?}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment