We have started to use the KNIME Rest API functionality to run workflows from other applications. What we have noticed is that those jobs do not get saved when completed. We need to keep the jobs that have been executed via the REST API call. Is there a setting that be configured so that these jobs will be saved the same way a scheduled job can be kept on successful and failure outcomes?
I figured the second bullet point is not needed, as jobs created in this manner are not deleted by default.
In any case, here is a KNIME workflow that demos the job creation and configuration prior to execution:
Only issue that we are having with the two step process is that the software that is calling the KNIME workflow cannot retrieve responces from the first API call to get the JobID and then call the second API to execute the job. The software only calls an API and can wait for it to complete.
The only workaround that I can think of then is that we need to create a Job that would then go and call the other workflow so that the workflow’s Job can be saved after execution.