Refer to the exhibits.
A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?
Refer to the exhibits.
A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?
The response message returned to the web client will be 'String is not blank'. The flow first sets the payload to 'Start', then it checks if the payload is blank using the validation component. Since 'Start' is not a blank string, the validation will fail and should return an error message indicating that 'String is not blank'. Therefore, the correct response message is 'String is not blank'.
D is correct
Basically client should receive Error.Message that is a message returned by Validation component that "failed" (On Error Propagate like). I believe D is correct.
Exactly, that is correct. "Response" is not a very fitting term considering the user receives an error. Still D is correct
The D answer is correct. No log is insert in flow and none payload is logged.
D is correct
D is correct i tested it
C is correct
When it's developed practically it return 'String is not blank' So the Correct answer would be Option D