- FlexiCapture Project Scope
- Create Batch
- Get Batch Stage
- Get Batch Verification URLs
- Fetch Batch Result
FlexiCapture Project Scope
This activity is used for initializing the other activities in the package through the FC 12 connection settings. These other activities are placed in the child activity area to give them access to the FC connection settings.
The FlexiCapture Project Scope designer allows you to manage connection settings and child activities:

- Create the following variables:
- A variable of type Uri named ProxyAddress with the following value:
- A variable of type NetworkCredential named ProxyCredential with the following value:

- Use the variables created in step 1 to pass the proxy connection settings to the FlexiCapture Project Scope activity (click FlexiCapture Project Scope → Proxy Settings (optional)). Depending on the authentication type required by the proxy, do the following:
- If a transparent proxy is used, in the Server URL field, pass the proxy server address and port as the value of the ProxyAddress variable and leave the Username and Password fields empty.
- If the proxy uses NTLM authentication, in the Server URL field, pass the proxy server address and port as the value of the ProxyAddress variable and leave the Username and Password fields empty. The credentials under which the UiPath process is running will be used.
-
If the proxy uses Basic authentication, in the Server URL field, pass the proxy server address and port as the value of the ProxyAddress variable. In the Username and Password fields, pass the proxy credentials as the values of the corresponding properties of the ProxyCredential variable.

These proxy server settings will be inherited by all the child activities of this Project Scope.
Create Batch
This activity is used to send files to FC 12 for processing. ABBYY FlexiCapture creates a batch with a unique identifier for all documents sent by this activity. This identifier is then returned as the Batch ID output argument.
Get Batch Stage
This activity is used to get information about the current batch stage. Values describing the batch state can be used, for example, to group batches for processing by their current stage.
Get Batch Verification URLs
This activity is used to get a set of links to the FC Web Verification Station for batch verification (uses the batch ID).
Fetch Batch Result
This activity is used to get the batch processing results.
DocumentProcessingResult class properties:
