Hi all,
I refer the API sample(Processing Multiple Documents in One Batch) from development guide to develop a web service tool.
But, the different is I use advanced workflow instead of unattended like below:
scanning->recognition->verification->export->proceed
In the project setup station or admin console, I can find the batch or task is running and enter the verification stage(state is display waiting).
But I can't get any task in queue when I open the verification station as senior verification operator.
I use the windows authentication with the same user both in web service and station, It seems no permission problem. Besides, use OpenSession with parameter (12,10)/(6,3).
Is there anything wrong or web service only can get verification task by itself?
Thanks in advance.