The IF activity lets you create workflow branches and use classification results and field values to select the next activity. A good example of when an IF activity needs to be used is a flow that contains a classify activities and different extraction activities for documents with different classes. In this case, the If activity acts as a condition for the following: if the document is classified into type A, it will be processed using extraction activity 1, if the document is classified into class B, extraction activity 2 will be used. To set up an IF activity:Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Configure Case Condition
In Case Condition, select an activity or the end of the flow as a branch for the flow. Click the settings icon next to the selected condition and use the dialog that opens to write a script that describes the branch condition, then click Save.
Note: The CurrentDocument property is deprecated. Always points to the first document in a transaction. To get all transaction documents, use Context.Transaction.Documents.
