If the network connection between the DSF BPE and DSF FHIR servers accidentally disconnects, the BPE will ignore Task and QuestionnaireResponse resources received by the DSF FHIR server during the outage until restarted. Resources received after the connection is reestablished are handled normally.
Effected DSF Version
1.5.2 and earlier
To Reproduce
Disconnect the network connection between the DSF BPE and DSF FHIR servers.
Create Task resource with status requested.
Reestablish network connection between the DSF BPE and DSF FHIR servers.
Expected Behavior
After the connection between the DSF BPE and DSF FHIR servers is reestablished, the DSF BPE should download all missed Task and QuestionnaireResponse resources from the DSF FHIR server.
Description
If the network connection between the DSF BPE and DSF FHIR servers accidentally disconnects, the BPE will ignore
Task
andQuestionnaireResponse
resources received by the DSF FHIR server during the outage until restarted. Resources received after the connection is reestablished are handled normally.Effected DSF Version
To Reproduce
Task
resource with statusrequested
.Expected Behavior
After the connection between the DSF BPE and DSF FHIR servers is reestablished, the DSF BPE should download all missed
Task
andQuestionnaireResponse
resources from the DSF FHIR server.