Hi everyone :),

I have created two new processors "StringCounter" and "StringTimer" that are 
similar to the existing "BooleanTimer" & "BooleanCounter".

"StringCounter" counts every change in value of a given string field. A change 
is characterized by the value before and the value after the change, together 
forming a pair. The processor keeps track of the counter for each pair.

"StringTimer" returns the time for the value of a given String field to not 
change. However, this processor is similar in functionality to the existing 
"TaskDuration" processor, but in contrast not relying on timestamp field. Maybe 
we could merge them together?

Regards,
Felix

Reply via email to