Creation of subprocess at a later stage

MLAdvocate
MLAdvocate New Altair Community Member
edited November 2024 in Community Q&A
I've a process that's growing to have many operations in it.  Is it possible to:

a) create a subprocess and move existing operations into it?

b) create another process file and move existing operations into it? And this gets called from another process file?

Thanks.
Tagged:

Best Answers

  • IngoRM
    IngoRM New Altair Community Member
    Answer ✓
    You can also select multiple operators, right-click on them (or bring up the context menu), and select "Move into Subprocess" which will do this for you.

Answers

  • varunm1
    varunm1 New Altair Community Member
    Hello @MLAdvocate

    create a subprocess and move existing operations into it?
    Yes, you can use a subprocess operator and move the operators inside it and then connect the input to subprocess.

    create another process file and move existing operations into it? And this gets called from another process file?

    Yes, there is a project' extension released by @mschmitz that is useful to streamline processes and project. You need to install "Project Extension" from the market place. The below link has explanation about projects extension

    https://community.rapidminer.com/discussion/55592/new-extension-projects

    Hope this helps. Please let us know if you need more information.
  • MLAdvocate
    MLAdvocate New Altair Community Member
    Yes, you can use a subprocess operator and move the operators inside it and then connect the input to subprocess.

    How do you do this?  Coz I created a subprocess and tried to drag existing operations into it without success.


    Yes, there is a project' extension released by @mschmitz that is useful to streamline processes and project. You need to install "Project Extension" from the market place. The below link has explanation about projects extension

    https://community.rapidminer.com/discussion/55592/new-extension-projects

    Will check this out.


    Thanks.



  • MLAdvocate
    MLAdvocate New Altair Community Member
    Thanks
  • IngoRM
    IngoRM New Altair Community Member
    Answer ✓
    You can also select multiple operators, right-click on them (or bring up the context menu), and select "Move into Subprocess" which will do this for you.
  • MLAdvocate
    MLAdvocate New Altair Community Member
    Thanks.  This works too.