What is the difference between a subflow and a sync flow?
What is the difference between a subflow and a sync flow?
A sync flow has no error handling of its own and relies on the main flow or the parent flow to handle errors, whereas a subflow can have its own error handling. The key difference lies in how errors are managed between these two types of flows.
"B" is correct.
"B" is correct.
can anyone explain why...
In MuleSoft, a "sync flow" refers to a synchronous flow, so only B is right