ewoks task keeps dataset in memory
I think the attribute self.outputs.dataset
is kept in memory even when the Task has finished, would it be possible to remove the memory allocation at any step of the workflow? Maybe it can be done like in Orange if the Flash
widget is in the workflow recursively delete the allocations of the previous tasks? @denolf