Viewing Errors and Warnings

Flogo uses distinct icons to display errors and warnings within an app.

The following icons are used:

- error icon. Resolve the errors before pushing the app. Errors should not be ignored.

- warning icon. Warnings are generated to alert you of something that might need to change in the entity where the warning icon is displayed. You have the option to ignore the warning and move on.

Here is the hierarchy of errors and warnings reported in Flogo:

Flow level reporting - when you click an app name, the app details page opens displaying the list of flows in the app. If there are errors or warnings in a flow, appropriate icons are displayed next to the flow name along with a number, where the number indicates an aggregate number of errors or warnings in the flow. If there are no errors or warnings, these icons are not displayed.

Activity and Trigger level reporting - when you click a flow name, the flow details page opens displaying the implementation of the flow. This page displays errors if any at the activity level. For instance, a LogMessage activity may displays an error symbol within the activity configuration. Resolve the error before proceeding.

Activity and Trigger configuration tab level reporting - when you click an activity or a trigger in the flow, its configuration page opens, displaying the various tabs. Click a tab to see the errors or warnings in the configuration within that tab.

Activity and Trigger configuration tab level reporting - When you click on an activity or a trigger in the flow, its configuration page opens, displaying the various tabs. Click a tab to see the errors or warnings in the configuration within that tab.