instead of <bpmn:process id="simple-process" name="simple process" isExecutable="true">
use following
<bpmn:process id="simple-process" name="simple process" isExecutable="true" camunda:historyTimeToLive="7">
7 is number of days to retain the history so you can set according to your need.