activities
latest
false
- Release Notes
- Overview
- Uploading data to Communications Mining™
- Using the Dispatcher Framework
- Activities reference
- Get Stream Results
- Get Attachment
- Create Communications Mining Validation Action
- Create Communications Mining Validation Artifacts
- Create Record
- Get Record
- Fetch Batch from Stream (Legacy)
- Advance Stream
- Reset Stream
- Retrieve Communications Mining Validation Artifacts
- Predict Record(s)
- Wait For Communications Mining Validation Action
- How-to guides
Communications Mining activities
UiPath.CommunicationsMining.Activities.Streams.GetStreamResults
Gets results from a Communications Mining™ stream.
Project compatibility
Windows | Cross - platform
Configuration
Designer panel
- Project name - The project in Communications Mining™ that contains your dataset.
- Dataset name - The dataset in Communications Mining that contains your steream.
- Stream name - The stream in Communications Mining from where you want to fetch results.
Properties panel
- Results - The stream results, which are stored in an output variable. For details on the
StreamResultobject structure and available properties, check Understanding StreamResult.
| Name | Full name | Direction | Description | Is required |
|---|---|---|---|---|
| Project name | Project | Input | Project in Communications Mining containing your dataset. | True |
| Dataset name | Dataset | Input | Dataset in Communications Mining containing your stream. | True |
| Stream name | Stream | Input | Stream in Communications Mining from where you want to fetch results from. | True |
| Results | Results | Output | The response that contains the list StreamResult for your request. | False |
Stream thresholds and message filtering
This activity returns all messages from the stream, regardless of the confidence thresholds configured in the Communications Mining interface. Thresholds affect which predictions are considered actionable — not which messages are returned.
To filter results based on thresholds, use the following methods on the StreamResult output:
- GetLabelExtraction — Returns all label extractions for a message.
- GetLabelExtractionsOverOccurrenceConfidenceThreshold — Returns only label extractions that meet or exceed the confidence threshold configured in the stream.