Hi,
I want to implement a custom WPS process that can be called asynchronously.
Following this guide:
http://docs.geoserver.org/latest/en/developer/programming-guide/wps-services/implementing.html
I was able to implement the process, but I'm not able to add the 
progress-advancing to it. I mean if I call my process in asynchronous way using:
<wps:ResponseDocument storeExecuteResponse="true" status="true">
then I call GetExecutionStatus to get its progress, the percentCompleted is 
always 0, until the process finishes.
How can I make the progress (percentCompleted) advances?

Thanks,
Nanaso
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to