We are migrating to WorkManager, the successor of android-priority-jobqueue library. How can we implement work grouping with WorkManager. We could achieve similar structure by using WorkContinuation but it required a reference to WorkRequest instead of synchronizing on the same string.
How can we implement work grouping/chaining using WorkManager?