Refer to the exhibits. The updateTemp and getTemp flows share the same default object store.
A web client sends one GET request to the test flow's HTTP Listener, which causes the test flow to call the updateTemp flow. After the test flow returns a response, the web client then sends a different GET request to the getTemp flow's HTTP Listener. The test flow is not called a second time.
What response is returned from the request to the getTemp flow's HTTP Listener?