Refer to the exhibits.
The Mule application contains a Choice router.
What is logged when the flow completes?
Refer to the exhibits.
The Mule application contains a Choice router.
What is logged when the flow completes?
The flow sets the payload to 'REGION' initially. When the Choice router evaluates the conditions, it first checks if the payload is not empty using the expression '#[not isEmpty(payload)]'. Since 'REGION' is a non-empty string, this condition is true. Consequently, the payload is set to 'US', and then this value is logged. Therefore, the correct answer is 'US'.
Correct is A
Correct is A, because payload is not empty
A is correct. "Region" is not an empty string and we don't have a flow reference to the default choice
Correct is A
"Region" is a string payload, therefore the not isEmpty (is not empty) validator is true, so hits the first choice condition. Payload = "US". Answer = A.
A is correct
@Moderator - Please set the correct response as A
A is correct