activities
latest
false
Communications Mining activities
- Release Notes
- Overview
- Uploading data to Communications Mining™
- Using the Dispatcher Framework
- Activities reference
- Advance Stream
- Create Communications Mining Validation Action
- Create Communications Mining Validation Artifacts
- Create Record
- Fetch Batch from Stream (Legacy)
- Get Attachment
- Get Record
- Get Stream Results
- Predict Record(s)
- Reset Stream
- Retrieve Communications Mining Validation Artifacts
- Upload Record(s)
- Wait For Communications Mining Validation Action
- How-to guides
Get Stream Results activity for retrieving results from a Communications Mining stream.
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.