Hi Andrew,Please use vars.recCount of your workflow activity (more
precisely task at execution time) just after every activity, but take
care it is override by each activity. So if you need to put different
metrics in your delivery synthesis, you must save the vars.recCount in
different instance variables after each activity. For instance, if you
do a split with 4 branches and want to get the values in your delivery
report, you save the vars.recCount in 4 variables or an array of 4
elements.Rega...