The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Skip finished operators
I have a process containing several operators. After a overnight run, the first three operators were finished, while the fourth operator got an error message.
To restart the process, I would like to start from the fourth operator, instead of rerunning all of them.
Is there a way to skip the first three operators while still taking the output from the finished third operator?
To restart the process, I would like to start from the fourth operator, instead of rerunning all of them.
Is there a way to skip the first three operators while still taking the output from the finished third operator?
0
Answers
what you can do is using a publish to app operator to store the results of your process in a session variable. If the process crashes, you still have access to the data using recall from app. Those operators are available in RM 6.3+.
If you did not design your process before hand accordingly, you can right click on a port and use "Store example set in repository". Then you can use it from the repo.
Regards,
Martin
Dortmund, Germany