> ## 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.

# VerificationCompleted activity for a multi-document case

> Configure the VerificationCompleted Pega activity for a multi-document case: set the VerificationUrl to a completion message and save the case with Obj-Save.

The `VerificationCompleted` activity replaces the verification URL with a completion message and saves the case.

For the general procedure, see [Create a Pega activity](/flexi-capture/connectors/pega/pega-activity-create).

## Activity steps

<Steps>
  <Step title="Set the completion message">
    Set **Method** to `Property-Set` and the property as follows:

    | PropertiesName     | PropertiesValue                                                |
    | ------------------ | -------------------------------------------------------------- |
    | `.VerificationUrl` | `The verification task is completed. Click Submit to proceed.` |

    <Frame>
      <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega170.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=d3f3411567cae6b7e1f8d98d7f4f7fba" alt="Screenshot of the VerificationCompleted activity in Pega, showing Step 1 with the Property-Set method setting .VerificationUrl to the completion message that the verification task is completed." width="1207" height="214" data-path="images/flexi-capture/connectors/Pega170.png" />
    </Frame>
  </Step>

  <Step title="Save the case">
    | Field         | Value      |
    | ------------- | ---------- |
    | **Method**    | `Obj-Save` |
    | **WriteNow**  | `True`     |
    | **WithError** | `False`    |
    | **OnlyIfNew** | `False`    |

    <Frame>
      <img src="https://mintcdn.com/abbyy/Xgx3EG8BZs5YQjIJ/images/flexi-capture/connectors/Pega171.png?fit=max&auto=format&n=Xgx3EG8BZs5YQjIJ&q=85&s=214cbf2a8f5bea9fa7dd690f9235d885" alt="Screenshot of the VerificationCompleted activity in Pega, showing Step 2 with the Obj-Save method and its WriteNow, WithErrors, and OnlyIfNew parameters." width="910" height="167" data-path="images/flexi-capture/connectors/Pega171.png" />
    </Frame>
  </Step>
</Steps>
