I'd like to invoke a workflow on the KNIME server via the server's REST API. The workflow uses the wf-credentials mechanism to connect to some DB. When invoking or scheduling the WF directly on the server I am asked to enter the required WF credentials and the WF executes successfully.
Is it possible to pass the necessary WF credentials via REST call to be able to invoke such a WF via the server's REST API?
Sorry, I’ve long forgotten about the workflow credentials and talking the credentials input node. I couldn’t get to mimic entering password in the window that pops up after clicking on execute.
How can include the credentials in the API call? I tried a few things, but none of them worked as my workflow was idle.