Hello Knime community,
We have a case about web service integration.
In this case, firstly we have to call a workflow which deployed on a KNIME Server. But we need to send with input parameters approximately 50 parameters. Then we calculate the result with PMML and return to web service response.
We could call a workflow like below, I couldn’t find with parameters.
http://localhost:8080/knime/rest/v4/repository/Users/volkan/workflow_name:execution
Best regards.