Keep Currently Completed State on Exception.
dragoljub
New Altair Community Member
Is there any way that RM could keep the results of the last successfully completed operators so that when an exception occurs you do not have to start from the beginning of the process to fix the problem.
It would be nice to go into the pause mode right before the problem operator and then continue after parameters have been changed etc.
-Gagi
It would be nice to go into the pause mode right before the problem operator and then continue after parameters have been changed etc.
-Gagi
Tagged:
0
Answers
-
Hi,
there used to be an option to execute only dirty operators when running a process which would do pretty much what you are asking. However, this freature has its limitations. E.g., if you have an operator that changes *data*, the changes are also propagated "to the left". Hence, if you execute it twice, your results will be rubbish. This feature would work if we would always copy the entire data which is what we want to avoid. However, in its current state, this feature causes more trouble than it avoids. Therefore, we removed it again.
Cheers,
Simon
(If you check out the current SVN version, the feature you are asking for is commented in MainFrame, line 622-633, so you can easily re-enable it and play with it.)0