Hi guys!
I’m building an automation that has 2 Projects, The Dispatcher Robot, that will read invoices, extract data and send the data in queue, and the Performer, that will validate if was extracted all the needed values…if not, it opens the validation station(activity from IntelligentOCR package) that allow the user to says where is the data to be extracted!
All I want is basically create something like tasks, because for example the performer goes into validation station, and will stay in validation station until someone indicates the data, etc.
If is possible create task, for the robot don’t need wait for the user will be very good
Thanks!
Not sure if I got your point.
But validation station is something to be used in attended mode exactly because it expects user interaction.
So in my opinion you would need 3 processes
1/ Dispatcher - your current dispatcher that reads invoices, extract data and send the data in queue1
2/ Unattended validator - your current performer that will validate if was extracted all the needed values…if not, it will send data into queue2 for validation by user
3/ Attended validator - a new process that will open the validation station(activity from IntelligentOCR package) that allow the user to says where is the data to be extracted! User validated data could be put into queue1 to be processed by process 2/
Cheers
That’s it! It’s the best way so, I will do like this, thank you very much!
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.