Skip finished operators

arhong
arhong New Altair Community Member
edited November 2024 in Community Q&A
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?
Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Hi,

    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