Have you ever wondered how to inject state from a parent work item to child. Here is a good way of doing it. Mariano has a blog post.
I thought it is good because you need not worry about rewriting the same code over and again and it overcomes the issue with state bag of the child work item not being initialized.
Good one Mariano.