- Configure
- Create Batch
- Get Batch Stage
- Get Batch Verification URLs
- Fetch Batch Results
- Save Batch Results
- Check If Configured
Configure
This action initializes the FlexiCapture 12 – Multitask VBO with the settings required to connect to ABBYY FlexiCapture 12. Always run it before any other action in the VBO.
The ABBYY FlexiCapture user must have the Scanning Operator and Verification Operator roles for the given project, or the Administrator role. The administrator grants these roles in the ABBYY FlexiCapture Administration and Monitoring Console.
Connect through a proxy server
The action also accepts optional parameters for connecting through a proxy: the proxy server address, user name, and password. What you pass depends on the authentication the proxy requires.Create Batch
This action sends files to ABBYY FlexiCapture 12 for processing. ABBYY FlexiCapture creates a batch with a unique ID for those files, with one document per input file. It processes the batch and returns the batch ID to Blue Prism.

Get Batch Stage
This action gets information about the current stage of a batch by its ID. It accepts only the BatchId variable, of type Number, as input.
For the list of values corresponding to the predefined processing stages, see ProcessingStage.

Decide what to do next based on the stage
The current stage of a batch tells you what to do with it next. For example:- At the Import stage (Type 100), check the status again after a while.
- At the Verification stage (Type 500), call the Get Batch Verification URLs action for the batch.
- At the Processed stage (Type 900), call the Fetch Batch Results action for the batch.

Get Batch Verification URLs
This action gets a set of URLs pointing to the Web Verification Station, where a batch can be verified by its ID. Call it when a batch arrives at the verification stage. It accepts only the BatchId variable, of type Number, as input.

Fetch Batch Results
This action gets batch processing results and provides them to Blue Prism for use in a subsequent workflow. Call it when a batch arrives at the Processed stage. It accepts only the BatchId variable, of type Number, as input.
DocumentResults:

Save Batch Results
This action gets batch processing results and stores them locally. Call it when a batch arrives at the Processed stage. It is an alternative to Fetch Batch Results that saves the result files to disk instead of returning their binary content.
DocumentResults collection with DocumentId, DocumentDefinition, and Files fields.

Check If Configured
This auxiliary action checks whether the Configure action has already been called. The Create Batch, Get Batch Stage, Fetch Batch Results, and Get Batch Verification URLs actions use it.
