更新历史记录生存时间
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.camunda.org/manual/7.22/reference/deployment-descriptors/tags/process-engine#configuration-properties)
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The key of the process definition to change history time to live.
Body
New value for historyTimeToLive field of the definition.
Can be null if enforceHistoryTimeToLive is configured to false.
Cannot be negative.
x >= 0Response
Request successful.