Currently the API and internals of the Work and WorkManager are tied to the fact that queuing happens in-memory.
This needs to be refactored a bit to make sure that we don't require the Work instance to be the same in-memory Java object all the time.
- is required by
-
NXP-12239 Redis-based WorkManager queuing
- Resolved