Assign a group of Processing Stations to workflow

Question

How to assign a group of Processing Stations to workflow?

Answer

Starting with FineReader Server 14 R2 U2, it became possible to assign a specific group of processing stations to a specific workflow.
Follow the steps below:

  1. Create a group of processing stations.
  2. Create, configure and export Workflow settings to XML.
  3. Open the file %programdata%\ABBYY FineReader Server 14.0\Configuration.xml and find the GUID of the group we need:mceclip0.png
  4. Edit XML with Workflow settings. You need to add the EnabledStationGroups element in which you specify the GroupId attribute and its value.
    • For example:
      • <WorkflowSettings>
        ...
        <EnabledStationGroups>
        <GroupId>{group GUID}</GroupId>
        </EnabledStationGroups>
        ...
        <WorkflowSettings>
  5. Import the resulting XML into FRS Administration Console. 

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.