Processes often use variables, for example in the links' execution conditions. Here is how to refer to a Statistic variable:
__ctx__.sumVariable("<variable name>","<path to the mapping>")
Some examples:
__ctx__.sumVariable("SQL_STAT_INSERT","./Invoice/Load Invoice")
__ctx__.sumVariable("SQL_STAT_INSERT","../InitData/Products")