[Geoserver-users] Updating WPS response form status using Python hooks

Hi,

I am trying to kick off a process using WPS asynchronously and manually
update the 'percentCompleted' field of the statusLocation form, but I can't
figure out how to do that.

Right now it just hangs at:
<wps:Status creationTime="2018-06-18T16:33:20.789Z">
<wps:ProcessStarted percentCompleted="0"/>
</wps:Status>

and I'm not really sure how to update that value. You cannot add a 'status'
field to the python script decorator without getting an error in the
response - does the scripting engine even provide this level of control?
Any help on this would be greatly appreciated

--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html