Get task execution by id and optionally filter them.
Get task execution by sleeping task unique id.
Update task execution by id and optionally filter them.
Update task execution by id and insert children task executions if updated.
Get task executions by parent execution id.
Update task executions by parent execution id and is finished.
A storage interface for task executions without batching. It is similar to TaskExecutionsStorage but without the batching methods.