ABHISHEK JAIN
MuleSoft Day4
Mule Flow
Agenda
Mule Flow
High Level Picture
Type of Flows
Advantages
Topic for next session
Reference
Mule Flow
Mule applications are built around one or more flows. A Mule 
application begins processing a message it is received by an 
inbound endpoint in a flow. This flow can then either implement all 
processing stages, or route the message to other flows or subflows 
to perform specific tasks. Relative to the flow which triggered its 
execution, a flows and sub flows can process messages 
either synchronously or asynchronously 
Ref: 
https://developer.mulesoft.com/docs/display/current/Flows+and+Subflows
High Level Picture
Type of Flows
Advantages
-Asynchronous flow can perform time consuming tasks
-Flows can maintain their own threading and exception strategies
-Break large application into small for readable perspective
-Less documentation
-Self Explanatory
Next Session
Examples of Mule Flow
Mule Variables
References
www.mulesoft.com
Mule in Action
Thank You
Thank You