[Pywps-dev] [GSoC] Pause/Resume/Kill process response - Web-based administration

Jan Rudolf rudolja1 at fit.cvut.cz
Fri Jun 17 05:50:57 PDT 2016


Hi, 

I've implemented pause/resume/kill into PyWPS in a form, that you make
HTTP request with /processes/pause/<process_id>, the process is paused
and you will get just text response "<process_id> is paused". I think,
that Jachym said, you want the response in an XML form like:

<wps:ExecuteResponse ...>
  <wps:Process wps:processVersion="None">
    <ows:Identifier>sleep</ows:Identifier>
    <ows:Title>Sleep Process</ows:Title>
    <ows:Abstract>This process will sleep for a given delay or 10
seconds if not a valid value</ows:Abstract>
  </wps:Process>
  <wps:Status creationTime="2016-06-16T22:13:25Z">
    <wps:ProcessAccepted>PyWPS Process sleep
accepted</wps:ProcessAccepted>
  </wps:Status>
</wps:ExecuteResponse>

so for paused/killed/resumed processes is going to be similar response
only with different status? <wps:ProcessPaused>PyWPS Process sleep
paused</wps:ProcessPaused> for example.

Thanks, Jan


More information about the pywps-dev mailing list