Abbyy.UiPath.FlexiCapture.MultiTaskActivities.nupkg package offers all the functionality you need to work with ABBYY FlexiCapture 12. It includes the following activities:
- FlexiCapture Project Scope
- Create Batch
- Get Batch Stage
- Get Batch Verification URLs
- Fetch Batch Result
FlexiCapture Project Scope
This activity initializes the other activities in the package with the ABBYY FlexiCapture 12 connection settings. Place those activities in the child activity area to give them access to the settings.
The FlexiCapture Project Scope designer lets you manage connection settings and child activities.

Connect through a proxy server
1
Create the proxy variables
Create a variable of type Uri named ProxyAddress, with this value. Replace the address and port with those of your proxy server.If your proxy uses Basic authentication, also create a variable of type NetworkCredential named ProxyCredential, with this value. Replace the two arguments with your proxy credentials.

2
Pass the variables to the activity
Click FlexiCapture Project Scope → Proxy Settings (optional) and fill in the fields according to the authentication your proxy requires.

All child activities of this Project Scope inherit the proxy server settings.
Create Batch
This activity sends files to ABBYY FlexiCapture 12 for processing. ABBYY FlexiCapture creates a batch with a unique identifier for all documents sent by the activity, and returns that identifier as the Batch ID output argument.
Get Batch Stage
This activity gets information about the current batch stage. You can use the values that describe the batch state to group batches for processing by their current stage, for example.
For the list of stage type values, see ProcessingStage.
Get Batch Verification URLs
This activity gets a set of links to the ABBYY FlexiCapture Web Verification Station for batch verification, using the batch ID.
Fetch Batch Result
This activity gets the batch processing results.
