What is a valid <when> expression to route Mule events to the non-default flow?


Refer to the exhibits.

The <when> expression for the Choice router needs to be written.

What is a valid <when> expression to route Mule events to the non-default flow?
A . #[‘MuleSoft’ == paytoad’company’]
B . #[ company = "MuleSoft" ]
C . #[ if( company = "MuleSoft") ]
D . #[ if( ‘MuleSoff == payload.company) ]

Answer: D

Leave a Reply

Your email address will not be published.