# Wait For Communications Mining Validation Action

> Wait For Communications Mining Validation Action activity, which suspends workflow execution until a specified document validation action is completed.

`UiPath.CommunicationsMining.DataValidation.WaitForCommunicationsMiningValidationAction`

## Description

Use the **Wait For Communications Mining Validation Action** activity to suspend the execution of the current workflow until a specified document validation action is completed. In order for the activity to suspend the workflow and resume it when a certain action is completed, you need to offer a `CreatedValidationAction` object, resulted from the **Create Communications Mining Validation Action** activity. When the provided action is completed, the execution of the workflow resumes.

## Project compatibility

**Windows | Cross - platform**

## Configuration

### Designer panel

* **Created Validation Action**: Enter a `CreatedValidationAction` object, resulted from the [Create Communications Mining Validation Action](https://docs.uipath.com/activities/other/latest/communications-mining/create-communications-mining-validation-action) activity.
* **Validated Stream Result**: Returns the stream results validated by the Action Center user.

### Properties panel

#### Storage details
* **Remove Data After Processing**: If set to True, removes all data associated with the current action from the storage bucket. Once all data is removed, no completed actions are available in Action Center.
  :::note
  Make sure that you have enabled all needed permissions for Orchestrator. Go to **Folder Permissions** for the Robot role in Orchestrator and verify that:
  * For **Storage
  Files** permissions, `View` and `Delete` options are selected.
  * For **Storage
  Buckets** permissions, `View` option is selected.
  * For **Actions**
  permissions, `View` option is selected.
  :::
