Description
Task Dispatch is consumer does not save to Mongo until a task update is executed
Steps to reproduce
- Send a task dispatch message
- Check Mongo to see if it is saved
Expected behavior
Task dispatch is saved as early as possible in the process
Actual behavior
The task dispatch is not saved until after validation and once a task update is sent