Counts the number of times the task is executed and logs the total (info level) when the process ends.
- Service:
CleverAge\ProcessBundle\Task\Reporting\StatCounterTask
Input is ignored.
null: the task does not set any output. It is meant to be used as the last task of a branch.
At finalization, the message Processed item count: <count> is logged.
This task has no option.
- Count the lines written by a process
# Task configuration level
count:
service: '@CleverAge\ProcessBundle\Task\Reporting\StatCounterTask'