<div dir="ltr"><div><div><div><div>Hi devs,<br><br></div>currently I am working on an extension to PyWPS project using OWSLib. I need to send an execute request to a server but in sync mode. However in code [1] attributes 'status' and 'storeExecute', which - at least in case of PyWPS - determine the async/synchronity -  are hardcoded to true.<br><br></div>For my needs I added parameters to WPSExecution.execute() and buildRequest() methods [2]. I'm just wondering if 'status' and 'storeExecute' parameters are hardcoded for any reason? If not, is it desired functionality and my approach to force async/sync mode right?<br><br></div>Thanks in advance.<br></div>Adam<br><div><div><div><br>[1] <a href="https://github.com/geopython/OWSLib/blob/master/owslib/wps.py#L613">https://github.com/geopython/OWSLib/blob/master/owslib/wps.py#L613</a><br>[2] <a href="https://github.com/lazaa32/OWSLib/commit/bb94b710c83b48e9f179d29a51f61dffec00475a">https://github.com/lazaa32/OWSLib/commit/bb94b710c83b48e9f179d29a51f61dffec00475a</a><br></div></div></div></div>