🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Process/Subprocess reusability

User: "cyckuan"
New Altair Community Member
Updated by Jocelyn
When running the same sub-process on 2 different datasets or 2 different models, as an example, is there a way to re-use the 1 process?

Multiply operator is great in helping split the process. Join operator not so great because it returns the first non-null input.

At the moment, I am finding that I have to duplicate the subprocess.

Maybe Collect and then Loop Collection?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Marco_Boeck"
    New Altair Community Member
    Hi,

    if you need to re-use your (sub)process a lot, you may want to have a look at the Execute Process operator. You can basically create your subprocess as a normal process, and execute it via Execute Process everywhere you want.

    Regards,
    Marco
    User: "cyckuan"
    New Altair Community Member
    OP
    This is very nice. Very nice indeed. Thanks Marco.