Output Steps Metrics
Description
Output Steps Metrics retrieves runtime performance metrics from one or more steps within a workflow, including row counts for input, output, read, written, updated, and rejected rows, as well as execution duration in milliseconds. Use this step when you need to monitor workflow performance, audit data throughput, or log processing statistics for troubleshooting. It lets you select specific steps to monitor and stores each metric in a named output field for further analysis or reporting.
Configurations
| Field Name | Description |
|---|---|
| General Tab | |
| Step name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
| Copy Nr | Specify the copy number of the step. The default number of copies is 1, (i.e. the CopyNr equals 0). Leave it to the default value 0. |
| Required | Is step requires. Select Y/N. |
| Fields Tab: | |
| Step name | Specify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
| Step id | Specify the step instance ID |
| Lines input | Specify the fieldname to store the number of rows input |
| Lines output | Specify the fieldname to store the number of rows output |
| Lines read | Specify the fieldname to store the number of rows read |
| Lines updated | Specify the fieldname to store the number of rows updated |
| Lines written | Specify the fieldname to store the number of rows written |
| Lines rejected | Specify the fieldname to store the number of rows rejected |
| Duration(ms) | Specify the fieldname to store the execution time(ms) |