View Single Post
The method I use to handle stuff like this is to create contexts for the various folks that I delegate stuff to.

When I delegate, the action gets moved to that context, and I have a reminder to check back with them about the state of that action. When they complete the action (or when I can just stop caring about it for some other reason) I mark the action as complete.