Exam4Training

What payload is logged at the end of the main flow?

Refer to the exhibits .

What payload is logged at the end of the main flow?

A . [order1, order2, order3, order4]
B . [1, 2, 3, 4]
C . order4
D . order1order2order3order4

Answer: B

Explanation:

Explanation

This is a trick question. For Each does not modify the current payload. The output payload is the same as the input. Hence output of logger is the same payload which is set before invoking For Each scope. Hence option 2 is correct answer.

Exit mobile version