nerdexam
MuleSoft

MCD-LEVEL-1 · Question #20

Refer to the exhibit. The main flow contains a Flow Reference for the child flow. What values are accessible in the child flow after a web client submits a request to

The correct answer is D. payload. Flow Reference Component Flow Reference routes the Mule event to another flow or subflow, executes all processors in the diagram shows the order of processing when one flow references another: When the main flow is triggered, the Mule event travels through and executes the flow…

Mule 4 Application Development

Question

Refer to the exhibit. The main flow contains a Flow Reference for the child flow. What values are accessible in the child flow after a web client submits a request to

Exhibit

MCD-LEVEL-1 question #20 exhibit

Options

  • Apayload
  • Bpayload
  • Cpayload
  • Dpayload

How the community answered

(42 responses)
  • A
    12% (5)
  • B
    2% (1)
  • C
    5% (2)
  • D
    81% (34)

Explanation

Flow Reference Component Flow Reference routes the Mule event to another flow or subflow, executes all processors in the diagram shows the order of processing when one flow references another: When the main flow is triggered, the Mule event travels through and executes the flow until the event reaches the Flow Reference. The event then travels through and executes the referenced flow from beginning to end, and then returns to the main flow. This process enables you to treat the entire referenced flow like a single component in your current Mule Ref Doc : https://docs.mulesoft.com/mule-runtime/4.3/flowref-about Correct answer is color query param

Topics

#Flow Reference#variable scope#child flow#Mule event propagation

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice