mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
16 lines
561 B
Ruby
16 lines
561 B
Ruby
# Copyright (C) 2012-2026 Zammad Foundation, https://zammad-foundation.org/
|
|
|
|
class Sequencer::Sequence::Import::Exchange::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
|