How to not have set_stats pass downstream to different workflows

We have a wokflow in which one node captures a list using set_stats module and passes them downstream to the other nodes in the workflow .On success, it launches the same workflow but in a different environment but however we see the list from previous workflow being passed into the new one as extra vars . How do we avoid a variable under set_stats to not get passed to another workflow .