Update History Time to Live
PUT/process-definition/key/:key/history-time-to-live
Updates history time to live for the latest version of the process definition which belongs to no tenant.
The field is used within History cleanup.
The value of the update is mandatory by default and does not allow null values. To enable them, please
set the feature flag enforceHistoryTimeToLive to false. Read more in [Configuration Properties]
(https://docs.fluxnova.finos.org/manual/develop/reference/deployment-descriptors/tags/process-engine#configuration-properties)
Request
Responses
- 204
- 400
- 404
Request successful.
Returned if some of the request parameters are invalid. See the Introduction for the error response format.
Process definition with given id does not exist. See the Introduction for the error response format.