> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create the activities for a multi-document processing case

> Links to the Pega activities that drive a multi-document FlexiCapture case: SendForProcessing, FetchingCapturedData, UpdateVerificationUrl, CreateError, and VerificationCompleted.

A multi-document processing case needs five activities. Create each one as described in [Create a Pega activity](/flexi-capture/connectors/pega/pega-activity-create).

## Activities to create

| Activity                                                                               | What it does                                                                                       |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [SendForProcessing](/flexi-capture/connectors/pega/pega-send-for-processing-2)         | Creates a batch, adds every case attachment to it, and starts processing.                          |
| [FetchingCapturedData](/flexi-capture/connectors/pega/pega-fetching-captured-data-2)   | Retrieves the captured fields for one Document Definition and applies the matching data transform. |
| [UpdateVerificationUrl](/flexi-capture/connectors/pega/pega-update-verification-url-2) | Refreshes the verification URL on the case and saves it.                                           |
| [CreateError](/flexi-capture/connectors/pega/pega-create-error-2)                      | Posts an error message on the case.                                                                |
| [VerificationCompleted](/flexi-capture/connectors/pega/pega-verification-completed-2)  | Replaces the verification URL with a completion message.                                           |
