---
title: "Changes to execute a process."
method: POST
path: "/processes/{processID}/execution"
---

# Changes to execute a process.

`POST /processes/{processID}/execution`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 5 revisions.

- **2023-03-08** `6a59a205bb9c` — 2 info
- **2022-06-26** `a31400203d45` — 2 breaking, 10 info
- **2022-06-24** `6e199f8a91c5` — 7 breaking, 7 warning, 2 info

## Changes

- **2023-03-08** `6a59a205bb9c` — 2 info
  - api tag `Processes` added
  - api tag `Execute` removed
- **2022-06-26** `a31400203d45` — 2 breaking, 10 info
  - added the new path request parameter `processID`
  - the request's body type/format changed from ``/`` to `object`/``
  - added the new optional request property `inputs`
  - added the new optional request property `outputs`
  - added the new optional request property `response`
  - added the new optional request property `subscriber`
  - added the media type `/*` for the response with the status `200`
  - added the media type `application/json` for the response with the status `201`
  - added the media type `application/json` for the response with the status `404`
  - added the media type `application/json` for the response with the status `500`
  - added the media type `text/html` for the response with the status `404`
  - added the media type `text/html` for the response with the status `500`
- **2022-06-24** `6e199f8a91c5` — 7 breaking, 7 warning, 2 info
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the media type `/*` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `201`
  - removed the media type `application/json` for the response with the status `404`
  - removed the media type `application/json` for the response with the status `500`
  - removed the media type `text/html` for the response with the status `404`
  - removed the media type `text/html` for the response with the status `500`
  - the optional response header `Location` removed for the status `201`
  - the optional response header `Preference-Applied` removed for the status `201`
  - deleted the `path` request parameter `processID`
  - removed the request property `inputs`
  - removed the request property `outputs`
  - removed the request property `response`
  - removed the request property `subscriber`
  - api tag `Execute` added
  - api tag `Processes` removed

---

[Operation](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core/docs/processes/:processID/execution/post.md) · [API](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core.md) · [Page](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core/changes/processes/:processID/execution/post)
