databuilderframework icon indicating copy to clipboard operation
databuilderframework copied to clipboard

Null returned from data builder is not nullifying the previous generated data.

Open ToOnlyGaurav opened this issue 9 years ago • 0 comments

Lets assume in flow#1 builders produced data1, now in second execution same builder run and now it is returning null. But still we are able to access data1 which is stale data. Ideally in next available data data1 should not be present.

ToOnlyGaurav avatar Nov 03 '15 06:11 ToOnlyGaurav