In Data extraction Scope, used form extractor and trained invoices to get values. It is working absolutely fine till yesterday. Today it just stuck at form extractor. I tried giving 1 millisecond as timeout, it just didnot given any extracted values, but it has been gone to next activity.
May I know any specific packages to upgrade or downgrade?
Hi @REVATHI_REVATHI ,
I believe the timeout value set is very very low if it is indeed 1 millisecond.
The activity uses a Timeout to determine how long it should wait for a result if the default timeout doesn’t work. Setting it to 1 millisecond might not give enough time. We can either leave it blank (default) or extend it to a minute (60000 milliseconds) if more time is needed. It won’t always wait the full minute—it will return results as soon as they’re ready.
For this case, we might need to understand more on what was done and how was the input different from the earlier.
Input is same and the invoices are also same. I have changed timeout to default of 100000 milliseconds. it stuck there now. Cannot leave it blank as it is mandatory to provide timeout.
Apologies, I was referring to the pre-filled timeout by default.
Could you provide us with the configurations of the Form Extractor and Data Extraction Scope ? Additionally let us know the dependencies used in the Project and if you are using Community or Enterprise license.