In-memory implementation of TaskStoreInterface.
TaskStoreInterface
A store-side snapshot of one task.
Durable storage for task records. createTask() MUST make the record visible to findTask() before returning, and the trySet* transitions are sticky once terminal.
createTask()
findTask()
trySet*