1# androidx.work
2
3WorkManager the recommended library for persistent work.
4Scheduled work is is guaranteed to execute sometime after its {@link Constraints} are met.
5WorkManager allows observation of work status and the ability to create complex chains of work.
6
7[Library owners](OWNERS)
8
9[Release notes](https://developer.android.com/jetpack/androidx/releases/work)
10
11[Browse source](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/work)
12
13[Reference documentation](https://developer.android.com/reference/androidx/work/package-summary)
14
15[Existing open bugs](https://b.corp.google.com/issues?q=componentid:409906%20status:open)
16
17[File a new bug](https://issuetracker.google.com/issues/new?component=409906)
18
19[Contributing from GitHub](https://android.googlesource.com/platform/frameworks/support/+/androidx-main/CONTRIBUTING.md)
20