How do I retrieve the link to a job running on a KNIME server?
As soon as a calculation on our KNIME server was finished and is ready for upload in our database, the current user receives a mail notification. I would love to put the link to the specific job directly into the mail, so the user can open the website from the mail.
I assume you refer to a Data App which has been executed from the WebPortal. For such use case you could use this node Extract Context Properties – KNIME Hub to extract the job id of the running job. You can use the information in string manipulation node to compose a weblink to the related data app execution, which would look something like this: