> ## 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 single-document case

> Configure the VerificationCompleted Pega activity for a single-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/KEmWsO92hkr7eybZ/images/flexi-capture/connectors/Pega127.png?fit=max&auto=format&n=KEmWsO92hkr7eybZ&q=85&s=838f9aea8aae39fbeeff6213efdc1b4b" 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/Pega127.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/KEmWsO92hkr7eybZ/images/flexi-capture/connectors/Pega128.png?fit=max&auto=format&n=KEmWsO92hkr7eybZ&q=85&s=e373058608263749023494b99a31bb0f" alt="Screenshot of the VerificationCompleted activity in Pega, showing Step 2 with the Obj-Save method and its WriteNow, WithErrors, and OnlyIfNew parameters." width="898" height="164" data-path="images/flexi-capture/connectors/Pega128.png" />
    </Frame>
  </Step>
</Steps>
