Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created December 18, 2009 01:13
Show Gist options
  • Select an option

  • Save nicholasf/259185 to your computer and use it in GitHub Desktop.

Select an option

Save nicholasf/259185 to your computer and use it in GitHub Desktop.
dataset_process_def = Ruote.process_definition :name => 'convert_datasets' do
sequence do
participant :ref => 'load_dataset_ids', :datasets_yaml => $datasets_file
iterator :on_field => 'urls', :to_var => 'url' do
participant :convert_dataset, :xml => '$url'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment