MuleSoft Certified Developer – Level 1 — Question 49
How can you call a flow from Dataweave?
Answer options
- A. Not allowed
- B. Include function
- C. Look up function
- D. Tag function
Correct answer: C
Explanation
The correct answer is C, as the Look up function is specifically designed to call other flows in Dataweave. Option A is incorrect because calling a flow is allowed, while B and D refer to other functions that do not serve the purpose of invoking flows.