Learning objective: In this exercise you'll learn how to apply the workflow deployed as a service.
Workflow description: Calling a prediction workflow deployed as a REST service*. Example scenario: The bank wants to allow applicants to calculate their approximate credit score on the bank's website. An applicant needs to provide their data and click the button on the website. The POST request to the prediction workflow is sent and the prediction is returned to the applicant.
*This workflow demonstrates how to prepare the data for the POST request and make such a request in a KNIME workflow but the POST request can be sent from external clients, e.g., a Postman, Python code, a website etc.
You'll find the instructions to the exercises in the yellow annotations.