Healthcheck API
Flogo Enterprise runtime allows you to enable healthcheck for a Flogo app that is running.
To enable healthcheck for your running app:
- Procedure
- Set
FLOGO_HTTP_SERVICE_PORT
to enable runtime HTTP Service as follows:FLOGO_HTTP_SERVICE_PORT=<port> ./<app_name>
- Run the following command:
curl http://localhost:<port>/ping
Note: Currently, healthcheck endpoint returns HTTP status 200 only when all triggers in the app are successfully started. Otherwise, it returns HTTP status 500.