OptionalbaseRaw endpoint path prefix (defaults to the Honua facade /ogc/processes). A
raw third-party Processes service root discovered by discoverOgcProcesses()
threads its service-root path here so the execution route resolves against
the advertised layout instead of the facade.
OptionalheadersOptionalinputsOptionaljobThe process's advertised jobControlOptions (from describe() or a
discovery snapshot). Supplied — or already memoized from a describe() on
the same handle — it lets mode be gated against what the process actually
declares, so an undeclared sync-execute / async-execute fails closed with
HonuaCapabilityNotSupportedError instead of being posted blindly.
OptionalmodeExecution preference; see the interface docs. Defaults to "auto".
OptionaloutputsOptionalsignal
Process-execution request envelope for
POST /processes/{id}/execution(OGC API — Processes Part 1: Core §7.11).modeselects the OGC API Processes execution negotiation behavior:"async"→Prefer: respond-async. A conformant server answers201with aLocationheader and astatusInfobody."sync"→ noPreferheader (OGC Requirement 25), and the caller asserts the process declaressync-execute. A supporting server answers200with the results document."auto"(default) → noPreferheader; whichever shape the server returns is adapted onto the sameIJobRunsurface.A server that answers a
"sync"request with a job, or an"async"request synchronously, still yields the correspondingIJobRunshape; response status/body/links remain authoritative over the requested preference.