I want to get the total counts of records (preferably in a variable)
coming out from an enrichment activity (let's call it enrichment A)
which I then want to use in my subsequent activities downstream ( let's
call it enrichment B) . In my enrichment B activity I actually use a
case / iif with this variable. The problem is count all etc is not
supported in enrichment so I am thinking the only way would be to get
the total count of records coming into enrichment B through a variable.
Do let me kno...