PdfPrep.com

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

Exit mobile version