I want to execute GeoServer WPS process asynchronously. Is it necessary to change anything inside a synchronous process or to customize specific parameters at execution? I've tried to add mode="async" into wps request parameters, but geoserver wrote:
Attribute 'mode' is not allowed to appear in element 'wps:Execute'.
Is there any examples of the asynchronous process realisation?