How to set retention time in Netflix Conductor?

322 Views Asked by At

We use MySQL as database for working with Netflix Conductor. Is it possible to set time to keep workflow execution history (in MySQL and in Elasticsearch)?

1

There are 1 best solutions below

0
On

There's no such option but you can schedule tasks to call

/workflow/{workflowId}/remove?archiveWorkflow=false

which will clean the workflows from both database and elasticsearch for workflows that fits your criteria.