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
- Click Apps > Create/Import.
- 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
- Change the app name to
Rest_service_app
. - Click the default app name to make it editable, type the new name, and click anywhere outside to save the changes.
- The name of the app changes to
Rest_service_app
.
