Hi, I would like the end user to be able to download a copy of the executed workflow from the last page of the workflow when run in the web portal (as a .knwf file, for example).
Is this possible? If so, what’s the best way to achieve this?
Thanks
Hi @dnaki
I think this might be possible. For this you would need to get the job id of the job and than you can download the jobs workflow via the REST API.
What would be your use case for this? Is this something you need frequently?
Hi @Iris ,
Thanks for the information. I’ll give the REST API a try.
The end users want to inspect the workflow after execution (e.g. intermediate tables, etc.) and to have a record of how the data was processed, especially if they get unexpected results.
Thanks
Don
Just for completeness:
Via the KNIME Analytics Platform they can already download the workflow. You just need to right click in the KNIME Explorer on the job and choose the option “Save as workflow” . This will save the executed jobs workflow.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.