Do something after Task death

Since the Task starts asynchronously that thread will probably terminate before the task is completed normally

If there is a high chance that the task will fail and there is no process to receive the DOWN message, why not just try/catch directly in the task process and publish your message accordingly?