You can stop or delete a care flow through:
the Awell Care user interface
the Awell Orchestration API
Awell Care - Manually stopping or deleting a care flow โผ๏ธ
You can manually stop or delete a care flow via the Awell patient profile or via the Care flow activity feed.
Note that these changes cannot be undone. You cannot re-start stopped or retrieve deleted care flows.
Using the patient list
Navigate to the Patient list of Awell Care
Select the right patient in the Patient list
Click the
'โผ๏ธ' button in the list of active care flows and enter a reason for stopping the care flow
'๐๏ธ' button in the list of active care flows to delete the care flow and all associated data with it
Using the care flow activity feed
Navigate to the Activities list of Awell Care
Select the right care flow in the Care flow list
Search for the right activity, which brings you to the Activity feed of that care flow
Click the manage button on the top right where you have the option to
'โผ๏ธ' stop a care flow enter a reason for stopping the care flow
'๐๏ธ' delete a care flow and all associated data with it
Awell API - Stopping or deleting a care flow in an integrated context
Use the
stopPathway
mutation of the Awell Orchestration API to stop a care flow for a given patient on the Awell Platform. As minimal input, will you require to pass on the Pathway Id. UseGet pathways
or Retrieve a list of already created patients to search for the right patient pathway to stop.Use the
deletePathway
mutation of the Awell Orchestration API to delete a care flow for a given patient on the Awell Platform. As minimal input, will you require to pass on the Pathway Id. UseGet pathways
or Retrieve a list of already created patients to search for the right patient pathway to stop.
You can also Stop a track
or add Ad hoc tracks
at runtime, check out the other API mutations to handle care flows.