Server-assigned job id; "" for a synchronous execution (no job exists).
OptionallinksOptionalprocessIDOptionalresultsResults document, populated only when synchronous is true.
OptionalstatusInitial (often accepted or running) status payload, when reported.
OptionalstatusSame-origin request path derived from the async Location header (or the
accepted document's self link). Polling follows it instead of templating
{basePath}/jobs/{jobId}.
Optionalsynchronoustrue when the server answered inline with the results document.
Outcome of
POST /processes/{id}/execution.The same envelope carries both Core response shapes so one typed surface covers a raw third-party server and the Honua facade:
jobIDnames the created job andsynchronousisfalse.200with the results document inline.jobIDis""(Core assigns no job identifier to a synchronous execution),statusis"successful",synchronousistrue, andresultsholds the document.