IBM / bamoe-issues

this is a repository to track IBM work (Issues and Project) with the KIE community!
Apache License 2.0
5 stars 0 forks source link

Improve LogCleanupCommand for executor logs (RequestInfo, ErrorInfo) #52

Closed martinweiler closed 10 months ago

martinweiler commented 1 year ago

Running LogCleanupCommand with parameter OlderThanPeriod=xd removes inactive records from RequestInfo and ErrorInfo even if the related process instance is still active. These entries should not be deleted as long as the process instance is active, as this breaks the ability to reschedule a failed job. Records for active process instances might also be needed for audit purposes.

martinweiler commented 1 year ago

@elguardian could you please review the PR#2282? Thanks!

martinweiler commented 10 months ago

Closing, this is now tracked in https://github.com/bamoe/private-bamoe-issues/issues/212