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
Last updated May 20, 2025
UiPath.CommunicationsMining.Activities.DataValidation.CreateCommunicationsMiningValidationAction
Creates an action of type 
            
            
         Document Validation in Action Center,
               designed for validating communication stream results. The output of the Create
                  Communications Mining Validation Action activity can be used with the Wait For Communications Mining Validation Action activity to
               suspend and resume workflows when a user completes the action in Action Center.
            Designer panel
- Orchestrator Bucket Folder Path: Select the Orchestrator folder path where the storage bucket exists from the dropdown list.
 - Orchestrator Bucket: Specify the name of an existing storage bucket where
                  the action stores its data. The bucket should exist in the same Orchestrator
                  folder as the one the action will be created in.
                  Note:
Make sure that you have enabled all needed permissions for Orchestrator. Go to Folder Permissions for the Robot role in Orchestrator and verify the following:
- For Storage
                              Files permissions, 
CreateandEditoptions are selected. - For Storage
                              Buckets permissions, 
Viewoption is selected. - For Actions
                           permissions, 
Createoption is selected. 
 - For Storage
                              Files permissions, 
 - Orchestrator Bucket Directory Path: The path of the directory inside the
                  storage bucket where the files used as part of the action are to be stored and
                  retrieved. This field only supports string values, with 
/as the separator to indicate subdirectories. For example "Finance/AccountsPayable". - Input Stream Result: The stream result that you want to validate. Enter the output variable of the Get Stream Results activity.
 - Action Title: Specify the
                  title of the action. 
                  Note: All actions should have a title for identification and accessing purposes in Action Center.
 - Action Priority: Select the priority level of the action. The possible values are Low, Medium, High, and Critical. The default value is Medium.
 - Action Catalog - Specify the name of the action catalog from UiPath® Action Center. Make sure the action catalog exists prior to the action creation, otherwise action creation fails, resulting in an error. Visit Action Catalogs for more information about action catalogs.
 - Created Validation Action: Provides the action object returned by Action Center. This action object should be passed in as an input to the Wait for Communications Mining Validation Action activity.
 
Properties panel
Storage details
            
            
         - Timeout
                        (milliseconds): Specify the waiting time (in milliseconds) for the
                     activity to connect to Orchestrator before an error is thrown. The default
                     value is 30000 milliseconds (30 seconds). This field supports only integer
                     and 
Int32variables.