Skip to content

Commit

Permalink
Merge pull request #153 from SnnWllkns/patch-1
Browse files Browse the repository at this point in the history
[Change Management] Publish and Set Live Updates
  • Loading branch information
nckhell authored Dec 11, 2023
2 parents b31168a + 285e845 commit 8d93d0d
Showing 1 changed file with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,33 @@ You want to go live with your care flows in production? Use our preflight checkl
promotion guide
</a>{' '}
to get you started with promoting care flows from your Sandbox to Production
environment. If you haven't yet decided which region(s) you would like to
have in Production, feel free to mention this to us.
environment.
</p>
</Alert>

## Care flow

### Publishing
### Set Live

Make sure your care flow is published. An unpublished care flow cannot be orchestrated.
Make sure your care flow is published and set live. A care flow in status 'draft' or 'published' cannot be orchestrated.

### API call actions

If you're using API call actions in your care flows, make sure they are configured to call the production endpoint.

**Tip:** Use [constants](https://help.awellhealth.com/en/articles/6671868-constants-keep-your-static-data-clean) to store parameters like endpoint URLs and API keys to quickly substitute them in all your actions and keep everything nice and clean.
**Tip:** Use [constants](https://help.awellhealth.com/en/articles/6671868-constants-keep-your-static-data-clean) to store parameters like endpoint URLs and API keys to quickly substitute them in all your actions and keep everything nice and clean.

### Extensions

Similarly to the API call action, will you want to swap the extension settings (e.g. URLs, API keys) to point to the right production environments.

## Integrations

### Environments

- Make sure to call the [production environment](https://developers.awellhealth.com/awell-orchestration/api-reference/overview/endpoints) with an API key associated to the production environment.

### Webhooks
### Outgoing webhooks

- Configure the webhook endpoints to call a production-ready endpoint (see [testing webhooks](/awell-orchestration/developer-tools/webhooks/test-webhooks) and [go live](/awell-orchestration/developer-tools/webhooks/go-live))

Expand All @@ -53,4 +56,4 @@ If you're using API call actions in your care flows, make sure they are configur
## Testing

- Validate your care flow with the preview by creating cases
- Test your published flow in Orchestration with a test patient
- Test your live flow in Orchestration with a test patient

1 comment on commit 8d93d0d

@vercel
Copy link

@vercel vercel bot commented on 8d93d0d Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.