Creation of subprocess at a later stage


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.
0
Best Answers
-
varunm1 Moderator, Member Posts: 1,207
Unicorn
I don't think you can drag the process on top of the subprocess, you need to select all the operators you want to put inside subprocess, Cut them and then paste them inside subprocess by double-clicking the subprocess operator.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
5 -
IngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751
RM Founder
Answers
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.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
How do you do this? Coz I created a subprocess and tried to drag existing operations into it without success.
https://community.rapidminer.com/discussion/55592/new-extension-projects
Will check this out.
Thanks.