Overview
When the Flow runs, the system records its status in the database.
The status of the last execution is displayed in the EXECUTED
column in the Flows
window and includes a link to the
Flow Statistics
dashboard.
When a Flow execution fails, the Success
link in the EXECUTED
column changes to Error
. For a canceled Flow, the status is displayed as Canceled
.
To view errors and logs
- Click
Status
to open the dashboard. - Click
View Exception
to view the exception log. - Click
View Console
to view the Flow log.
The exception log contains detailed information about each error.
Read how to insert more information into the log.
Flow Statistics
The Flow Statistics
dashboard displays stats for the last time the Flow has been executed, as well as a run history. The last 50 runs are available, by default, with the option for more runs.
It is available from both the Flows and the Scheduler.
Filter Flow execution history
To filter Flow execution history, click the filter
button, select or enter the filter's parameters and click Apply
. Note that each execution has a unique ID.
Flow metrics
Metrics
Metrics
display Records Metrics
for the specific source-to-destination transformation, such as the number of records extracted and loaded:
Transformation status
Success | The transformation was successfully executed. | |
Warning | The transformation was executed with a warning or not executed at all. Check the Warning column for more details. |
|
Error | The transformation was executed with an error. Click the error icon for more details. |
File Metrics
File Metrics
display metrics for file operations, such as copy, move, delete, rename, etc:
Flow metrics for nested Flows
Metrics for nested Flows are grouped by the actual Flow the metrics belong to:
Recording all steps when executing nested flow
By default the flow only reports Records Metrics
(metrics for processed source-to-destination ETL transformations) and File Metrics
(proceeded files and folders). If you want the nested flow to report all executed steps, for example scripts, calling HTTP endpoints, etc., enable Track metrics for all types of flows
for the main nested flow.
When this option is enabled the Records Metrics
tab includes all flows, executed as a part of the main nested flow.
Independently track metrics for each loop iteration
By default the flow aggregates Records Metrics
across all loop iterations. To track metrics for each loop iteration independently enable Track metrics for loops
.
When this option is enabled the dashboard displays metrics for each loop iteration:
Flow log
The Flow
dashboard always includes a link to the Flow log.
Errors
When a Flow execution fails, the Flow Statistics
dashboard includes a link to the error:
If you click on the link, a pop-up box opens up with detailed information about the error:
Comments
0 comments
Please sign in to leave a comment.