How can you call a subflow from Dataweave?
C
Explanation:
This is a trick question.
You can call only flows from DataWeave using lookup function. Note that lookup function does not
support calling subflows.
A subflow needs a parent context to inherit behaviors from such as exception handling, which a flow
does not need
Hence correct answer is Not possible in Mule 4
Subflow cannot be called using lookup function, only flow can be called. So answer is A.