HPI-Information-Systems/Metanome

Reload parameter of executed algorithm

maxifischer opened this issue · 1 comments

It would be helpful to be able to reload the parameters for an execution. I could imagine to have a button in the execution overview that loads the main page already filled in with the parameters of the last run. This feature helps with executing an algorithm multiple times with slighty different parameter assignments.

The input is being thrown away through the XMLTransient annotation in the respective class. To solve this issue, one must change the hibernate schema since just removing the annotation and adding the needed annotation for collections isn't enough.