uips-fixtures UiPath.CommunicationsMining.Activities 1.6.0

13 activities · uips-fixtures catalog v0.3 · generated 2026-04-11T08:33:04Z

Advance Stream
UiPath.CommunicationsMining.Activities.Streams.AdvanceStream
Communications Mining

Advance Stream

Arguments

NameDirTypeReqDefaultDescription
Stream In InArgument<UiPath.CommunicationsMining.Activities.Streams.Models.IAdvance>
SequenceId In InArgument<String>
Response Out OutArgument<UiPath.CommunicationsMining.Activities.Streams.Models.AdvanceResponse>
Fetch Batch from Stream (Legacy)
UiPath.CommunicationsMining.Activities.Streams.FetchBatch
Communications Mining

This activity is legacy, you should use "Get Stream Results" instead.

Arguments

NameDirTypeReqDefaultDescription
Dataset In InArgument<String>
Project In InArgument<String>
Stream In InArgument<String>
Response Out OutArgument<UiPath.CommunicationsMining.Activities.Streams.Models.FetchResponse>
Get Stream Results
UiPath.CommunicationsMining.Activities.Streams.GetStreamResults
Communications Mining

Get results from a Communications Mining stream

Arguments

NameDirTypeReqDefaultDescription
Dataset In InArgument<String>
Project In InArgument<String>
Stream In InArgument<String>
Results Out OutArgument<UiPath.CommunicationsMining.Activities.Streams.Models.GetStreamResultsResponse>
Reset Stream
UiPath.CommunicationsMining.Activities.Streams.ResetStream
Communications Mining

Reset Stream

Arguments

NameDirTypeReqDefaultDescription
Dataset In InArgument<String>
Project In InArgument<String>
Stream In InArgument<String>
ResetDateTime In InArgument<DateTime>
Response Out OutArgument<UiPath.CommunicationsMining.Activities.Streams.Models.ResetResponse>
Get Record
UiPath.CommunicationsMining.Activities.Sources.GetRecord
Communications Mining

Get Record

Arguments

NameDirTypeReqDefaultDescription
RecordId In InArgument<String>
Source In InArgument<String>
Project In InArgument<String>
Record Out OutArgument<UiPath.CommunicationsMining.Activities.Records.Models.Record>
Upload Record(s)
UiPath.CommunicationsMining.Activities.Sources.UploadRecords
Communications Mining

Upload records to a Communications Mining source

Arguments

NameDirTypeReqDefaultDescription
Record In InArgument<UiPath.CommunicationsMining.Activities.Records.Models.Record>
Records In InArgument<List<UiPath.CommunicationsMining.Activities.Records.Models.Record>>
Source In InArgument<String>
Project In InArgument<String>
Responses Out OutArgument<List<UiPath.CommunicationsMining.Activities.Sources.Models.SyncRecordResponse>>

Properties

NameKindTypeDescription
UploadAList property Boolean
Create Record
UiPath.CommunicationsMining.Activities.Records.CreateRecord
Communications Mining

Create Communications Mining Record

Arguments

NameDirTypeReqDefaultDescription
RecordId In InArgument<String>
ExternalCommentId In InArgument<String>
Timestamp In InArgument<DateTime>
MessageBody In InArgument<String>
ThreadId In InArgument<String>
EmailThreadId In InArgument<String>
Subject In InArgument<String>
From In InArgument<String>
To In InArgument<String>
Cc In InArgument<String>
Bcc In InArgument<String>
Record Out OutArgument<UiPath.CommunicationsMining.Activities.Records.Models.Record>

Properties

NameKindTypeDescription
UserStringProperties property Dictionary<String, InArgument<String>>
UserNumberProperties property Dictionary<String, InArgument<Double>>
Predict Record(s)
UiPath.CommunicationsMining.Activities.Predictions.PredictRecords
Communications Mining

Predict Record(s)

Arguments

NameDirTypeReqDefaultDescription
Project In InArgument<String>
Dataset In InArgument<String>
AiModelVersion In InArgument<String>
Threshold In InArgument<Double>
Record In InArgument<UiPath.CommunicationsMining.Activities.Records.Models.Record>
Records In InArgument<List<UiPath.CommunicationsMining.Activities.Records.Models.Record>>
TransformTag In InArgument<String>
Prediction Out OutArgument<UiPath.CommunicationsMining.Activities.Predictions.Models.PredictResponse>

Properties

NameKindTypeDescription
UploadAList property Boolean
Create Communications Mining Validation Action
UiPath.CommunicationsMining.Activities.DataValidation.CreateCommunicationsMiningValidationAction
Communications Mining

Create Communications Mining Validation Action

Arguments

NameDirTypeReqDefaultDescription
ActionTitle In InArgument<String>
ActionPriority In InArgument<String>
ActionCatalogue In InArgument<String>
CreatedValidationAction Out OutArgument<UiPath.CommunicationsMining.Activities.DataValidation.CreatedValidationAction>
StreamResult In InArgument<UiPath.CommunicationsMining.Activities.Streams.Models.StreamResult>
Model In InArgument<UiPath.CommunicationsMining.Activities.Streams.Models.ModelDetails>
OrchestratorBucketFolderPath In InArgument<String>
OrchestratorBucketName In InArgument<String>
OrchestratorBucketDirectoryPath In InArgument<String>
OrchestratorTimeout In InArgument<Nullable<Int32>>
Create Communications Mining Validation Artifacts
UiPath.CommunicationsMining.Activities.DataValidation.CreateCommunicationsMiningValidationArtifacts
Communications Mining

Arguments

NameDirTypeReqDefaultDescription
ContentValidationData Out OutArgument<UiPath.DocumentProcessing.Contracts.Actions.ContentValidationData>
StreamResult In InArgument<UiPath.CommunicationsMining.Activities.Streams.Models.StreamResult>
Model In InArgument<UiPath.CommunicationsMining.Activities.Streams.Models.ModelDetails>
OrchestratorBucketFolderPath In InArgument<String>
OrchestratorBucketName In InArgument<String>
OrchestratorBucketDirectoryPath In InArgument<String>
OrchestratorTimeout In InArgument<Nullable<Int32>>
Retrieve Communications Mining Validation Artifacts
UiPath.CommunicationsMining.Activities.DataValidation.RetrieveCommunicationsMiningValidationArtifacts
Communications Mining

Retrieve Communications Mining Validation Artifacts

Arguments

NameDirTypeReqDefaultDescription
ContentValidationData In InArgument<UiPath.DocumentProcessing.Contracts.Actions.ContentValidationData>
RemoveDataFromStorage In InArgument<Boolean>
StreamResult Out OutArgument<UiPath.CommunicationsMining.Activities.Streams.Models.StreamResult>
OrchestratorBucketFolderPath In InArgument<String>
OrchestratorBucketName In InArgument<String>
OrchestratorBucketDirectoryPath In InArgument<String>
OrchestratorTimeout In InArgument<Nullable<Int32>>
Wait For Communications Mining Validation Action
UiPath.CommunicationsMining.Activities.DataValidation.WaitForCommunicationsMiningValidationAction
Communications Mining

Wait For Communications Mining Validation Action

Arguments

NameDirTypeReqDefaultDescription
CreatedValidationAction In InArgument<UiPath.CommunicationsMining.Activities.DataValidation.CreatedValidationAction>
RemoveDataAfterProcessing In InArgument<Boolean>
ValidatedStreamResult Out OutArgument<UiPath.CommunicationsMining.Activities.Streams.Models.StreamResult>

Properties

NameKindTypeDescription
ActionCenterServiceFactory property UiPath.CommunicationsMining.Activities.Actions.IActionCenterServiceFactory
Get Attachment
UiPath.CommunicationsMining.Activities.Attachments.GetAttachment
Communications Mining

Retrieve an attachment from Communications Mining

Arguments

NameDirTypeReqDefaultDescription
AttachmentReference In InArgument<String>
Attachment Out OutArgument<UiPath.CommunicationsMining.Activities.Attachments.CommunicationsMiningAttachmentLocalItem>