Faster Orchestration APIs and a centralized patient data store
Both changes in this release are breaking: any integration that calls the removed GraphQL operations or reads the patient-profile table needs updating.
Breaking changes
Deprecated GraphQL queries and subscriptions removed
On June 7, 2026 several previously deprecated GraphQL queries, subscriptions, and fields were removed from the Orchestration API. The replacements are already live, accept equivalent parameters, and are faster.
Queries
| Removed | Use instead | Note |
|---|---|---|
activities | activitiesByPatient | patientId is now required |
activities | activitiesByCareflowDefinition | careflowDefinitionId is now required |
pathwayActivities | careflowActivities | — |
myPendingActivities | myActivities | — |
pathwayElements | — | No direct replacement |
Field resolvers
| Removed | Use instead |
|---|---|
Pathway.activities | Pathway.latestActivities |
.dataPointDefinitions | .data_point_definitions |
Subscriptions: elementCreated, elementUpdated, and elementCompleted were removed with no direct replacement.
What to do: update any integration that references the removed queries, fields, or subscriptions to use the alternatives above. For an integration that relied on pathwayElements or the element subscriptions, which have no direct replacement, email support@awellhealth.com.
Patient data moved to a new BigQuery table
Patient data now lives in a centralized, patient-scoped patient_data table in BigQuery. The legacy patient-profile table is deprecated, and data stopped flowing into it on June 7, 2026.
What to do: point any queries, models, or pipelines that read patient-profile at patient_data instead. The BigQuery data schema has the full new schema.
Why: patient data is now patient-scoped rather than held inside individual care flows, which is what backs unique patient identifiers and faster patient search.
Fixes
- Fixed questionnaire answers not saving for some patients.
- Fixed care flows occasionally completing prematurely.
- Fixed an orchestration timeout when activities shared the same stakeholder session.
- Fixed patient creation occasionally failing with an "Argument Validation Error".
- Fixed Monitoring graphs not rendering on the landing page.
- Improved contrast and readability of form answer text.
- Scaled and stabilized the extension server under heavy load.























































