How to connect to pubsub pattern from workflow

Hi
We are developing project with number of cascading child workflows , where each child workflow can publish his own status and progress. I am searching for pattern that will allow to publish progress from workflow to number of external clients without affecting workflow history size ( without opening special activity for each publish). We want to update progress every second

Thanks