Hello all,
I have a quick question about the action center in orchestrator in regards to Document Understanding. For reference, I am using system.activities 2020.8-Preview, persistence.activities 1.1.5 and IntelligentOCR 4.9.0-Preview.
In the newest version of IntelligentOCR there is a classification validation and wait for classification validation activity. When marked as an exception in the action center in orchestrator, it then returns to the program as an exception which I can handle.
However for the extraction validation activity I cannot seem to find a way to check if the file was marked as an exception. Handling the exception the same way as classification doesn’t work, and I have tried other options such as checking the status of action object, but that always seems to return unassigned (even if the actions were completed in the action center). Does anyone know of a way to check if the file/action was marked as an exception in orchestrator so I can handle that properly? Thank you all for your inputs!