Skip to main content

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 NameDescription
General Tab
Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
Copy NrSpecify 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.
RequiredIs step requires. Select Y/N.
Fields Tab:
Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
Step idSpecify the step instance ID
Lines inputSpecify the fieldname to store the number of rows input
Lines outputSpecify the fieldname to store the number of rows output
Lines readSpecify the fieldname to store the number of rows read
Lines updatedSpecify the fieldname to store the number of rows updated
Lines writtenSpecify the fieldname to store the number of rows written
Lines rejectedSpecify the fieldname to store the number of rows rejected
Duration(ms)Specify the fieldname to store the execution time(ms)