Is there a possibility to edit an existing workflow on the server and then also save the flow again on the server. So that you don’t have to download the workflow and adjust your workflow locally and then upload again. I’m asking because I’ve build a workflow that does a lot of dataprep and then is running a neural network (via python). This flow needs to process a lot of data and together with the model it takes a lot of computing power. So that’s why we have it running on the server. However sometimes we want to make small adjustment and it is very inconvenient to download the flow and then run it locally which take about 1 day and then make the adjustments.
I do use the remote workflow editor and this allows me to see work on the KNIME server and see which nodes is currently runnig and also allows me to make adjustments. However this is all in the context of the job and when I want to save those changes I made I still have to download the workflow. Is there also a way that I can save the changes I made in the job to the actual workflow on the server?