Learning objective: In this exercise you'll learn how to call a prediction workflow from a data app.
Workflow description: Calling a prediction workflow via a data app. Example scenario: The bank provides their employees with the credit scoring data app to score the applicants as they call / come to the bank office. The data app allows an employee to insert the applicant data, pulls additional data about credit history from the bank database, calls the deployed prediction workflow, and returns the score.
You'll find the instructions to the exercises in the yellow annotations.