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:
- Create a group of processing stations.
- Create, configure and export Workflow settings to XML.
- Open the file %programdata%\ABBYY FineReader Server 14.0\Configuration.xml and find the GUID of the group we need:
- 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>
-
- For example:
- Import the resulting XML into FRS Administration Console.
Comments
0 comments
Please sign in to leave a comment.