I'd like to write my RapidMiner processes to disk (to add to source control). I was able to do this with the web apps using Open File (choosing the web app from the repository), Read Document (as XML), Write Document.
However, wjen I try with the processes, I get:
Dec 9, 2016 11:49:22 AM SEVERE: Process failed: The object located at //Server2/processes/analysis/aggregations/conversion_ages does not match the expected object type blob (but is: process).
Dec 9, 2016 11:49:22 AM SEVERE: Here:
Dec 9, 2016 11:49:22 AM SEVERE: Process[1] (Process)
Dec 9, 2016 11:49:22 AM SEVERE: subprocess 'Main Process'
Dec 9, 2016 11:49:22 AM SEVERE: ==> +- Open File[1] (Open File)
Dec 9, 2016 11:49:22 AM SEVERE: +- Read Document[0] (Read Document)
Dec 9, 2016 11:49:22 AM SEVERE: +- Write Document[0] (Write Document)
Any way to accomplish this?
Thanks,
Rachel