Going live
Learn how to promote care flows from Sandbox to Production.
If you're using a Sandbox environment to test care flows & integrations, eventually you'll need to promote them to your Production environment to start enrolling patients in your care flows.
Preflight checklist
Also have a look at our preflight checklist to start orchestrating care flows in production.
Our Sandbox & Production environments are completely separate environments. They have their own dedicated user management / authentication provider, data storage, deployments, etc. Additionally, our production environments are available regionally, currently they are available in the EU, UK and US.
The Sandbox environment should only be used for testing & evaluation purposes. No care flows with real patients should be orchestrated on Sandbox environments.
Currently you cannot promote care flows from Sandbox to Production yourself. However, the Awell team has internal tooling to easily transfer your flows between environments and we're happy to support you with this. You can request care flow promotion by clicking the button below.
Given that Sandbox and Production are completely separate environments, there is no synchronization between them. If you have promoted a care flow to Production before and have edited that flow in your Sandbox environment, then you'll have to request promotion again.
When you request a promotion of your care flow from Sandbox to Production, we'll create a snapshot of the current working version of your flow and move that to your Production tenant as a working version. You'll need to publish your care flow in Production before it is available for patient enrollment.
Please note that your care flow history is not promoted, but only a snapshot of the current state of your flow.
Constants can be used to save time and safely store data. It are variables with a constant value that are accessible everywhere in your care flow and especially useful for storing API keys, URLs, and anything you find yourself typing multiple times in a care flow.
With the ability to conceal the value of a constant, they are also perfectly suitable for storing sensitive information.
When your care flow gets promoted, constants will be handled as follows:
Non-concelead constants | Concealed constants |
---|---|
The value of the constant will be imported into the destination environment | The value of the constant will not be imported into the destination environment but instead a blank value is imported |
If you are "re-promoting" your care flow but have set or updated the value in the destination system, we will not overwrite that value. |
Tip
Although we have built some smart defaults to make sure your consants are imported correctly into the destination environment, we advise you to do a manual check of your constants before using the care flow in a production setting.
Promoting care flows should be unidirectional and we advise to only promote from Sandbox to Production. However, we can support you with doing the reverse and transferring a version of your care flow from Production to Sandbox. This should ideally only be done once in this direction, however.
If you are building and validating your care flows in Sandbox, we advise you agree with your team to only make edits to your care flows in the Sandbox environment and to not do any edits to your care flows in Production. When you edit a care flow in Sandbox and promote it to Production, it will overwrite any changes made in Production so these changes will be lost.
There are 2 possible scenarios when requesting promotion of a care flow:
If the care flow doesn't exist yet in destination environment, it will be created.
If the care flow already exists in the destination environment, we'll just update the working version of the already existing care flow in the destination environment so it represents the working version of the care flow in the source environment.
Publish your care flows after promotion
Please note that we're always promoting the current working version of your care flow from the source environment and make it the new working version in the destination environment.
We're not automatically publishing a new version of your care flow in the destination environment as part of the promotion so you still have to publish your care flows manually in the destination environment to start enrolling patients.
Identifier systems are a tenant setting and are not
promoted, therefore you must set the systems in all of your environments - make sure name and system are the same. Learn more about identifiers here.
You might have some integrations running on Sandbox that depend on identifiers, eg: pathway definition ids or data point ids. When care flows are promoted to production, these identifiers will remain the same so it doesn't impact any integrations you've already set up.
However, we do recommmend to limit hardcoding identifiers to a minimum. You can find more information on how to do that below.
The pathway definition id
is a unique identifier for the pathway / care flow you have built in Awell Studio and is primarily used to indicate what care flow you'd like to start for a given patient (see startPathway mutation).
To prevent hardcoding this identifier in your systems, you have the following options:
Data points are atomic pieces of data collected in your care flow and every data point has a unique identifier. There are different categories of data points:
To prevent hardcoding these identifiers in your systems, you have the following options: