UiPath Documentation
activities
latest
false
  • Release Notes
    • 2026
    • 2025
    • 2024
  • Overview
  • Uploading data to Communications Mining™
  • Using the Dispatcher Framework
    • Frequently Asked Questions
  • Activities reference
  • How-to guides

Communications Mining activities

Advance Stream

UiPath.CommunicationsMining.Activities.Streams.AdvanceStream

Table 1. Advance a given stream

NameDirectionDescriptionIs required
Select the stream to advanceInputSelect the stream that is an output of the Fetch Batch from Stream activityTrue
Advance to the latest Sequence IDInputAdvance the selected stream to the last fetched record’s IDTrue
Advance toInputSequence ID you received from the Fetch Batch from Stream activityTrue
Advance stream responseOutputAdvance stream responseFalse

Choosing how to advance the stream

The Advance to the latest Sequence ID toggle controls whether the stream advances the entire batch at once or per individual record.

  • Enabled — Advances the entire batch to the last fetched record’s ID in a single operation. Use this option only if your automation can handle receiving the same messages more than once — for example, if you have de-duplication logic in place. If the process fails midway through a batch and restarts, any already-processed messages that were not yet advanced will be returned from the stream again.

  • Disabled (default) — Use the in_AdvanceToSequenceId argument to advance the stream per individual record processed. This is the default behavior in the Dispatcher framework and is the safer option when your automation does not handle duplicates.

  • Choosing how to advance the stream

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated