trabajo-afectivo/lib/sequencer/sequence/import/exchange/folder_contacts.rb

23 lines
650 B
Ruby
Raw Normal View History

class Sequencer
class Sequence
module Import
module Exchange
class FolderContacts < Sequencer::Sequence::Base
def self.sequence
[
'Import::Exchange::FolderContacts::DryRunPayload',
'Exchange::Connection',
'Import::Exchange::FolderContacts::FolderIds',
'Import::Exchange::FolderContacts::Total',
'Import::Common::ImportJob::Statistics::Update',
'Import::Common::ImportJob::Statistics::Store',
'Import::Exchange::FolderContacts::SubSequence',
]
end
end
end
end
end
end