weaver.processes.ogc_api_process

Module Contents

class weaver.processes.ogc_api_process.OGCAPIRemoteProcess(step_payload: Ellipsis, process: str, request: weaver.wps.service.WorkerRequest, update_status: weaver.typedefs.UpdateStatusPartialFunction)[source]

Common interface for WPS Process to be used for dispatching CWL jobs.

Multiple convenience methods are provided. Processes inheriting from this base should implement required abstract methods and override operations as needed.

Note

For expected operations details and their execution order, please refer to Workflow Step Operations.

See also

execute() for complete details of the operations and ordering.

process_type = OGC API[source]