🎉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

is there a Container / subprocess operator?

User: "Fred12"
New Altair Community Member
Updated by Jocelyn

hi,

 

I have several processes in one main process, like preprocessing, model making, outlier detection, performance analysis, etc. but the main process gets very big...

is there any way to put several opators that belong logically together for a run into one subprocess, or one "Container-like" operator, with no specific function, just one or several input ports and one or several output ports, just to make the main process clearer...

 

there is a collection operator but I guess thats not the same... or should I simply use a loop operator with 1 loop time?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer

    Yes, it's called subprocess :)

     

    You can also select a bunch of operators, right click on them and choose "Move to Subprocess".

     

    And maybe Execute Process is also nice for you :)

     

    ~Martin

    User: "Fred12"
    New Altair Community Member
    OP

    cool thanks, that worked.