Step 1: Create a Flogo app and rename it

Begin with creating a Flogo app, that invokes a Rest service and generates a log message, that shows the status of the invoked Rest service. We further rename the new app as Rest_Service_app.

Creating a Flogo App

    Procedure
  1. Click Apps > Create/Import.
  2. Then, go to Quickstart > All app types > Apps, and click Create a Flogo app.

    A Flogo app is created with the default name in the New_Flogo_App_<sequential_app_number> format.

Renaming the new Flogo app

    Procedure
  1. Change the app name to Rest_service_app.
  2. Click the default app name to make it editable, type the new name, and click anywhere outside to save the changes.
  3. The name of the app changes to Rest_service_app.