Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
MEL session 1
Search
Abhi
July 01, 2015
Technology
0
29
MEL session 1
MEL session 1
Abhi
July 01, 2015
Tweet
Share
More Decks by Abhi
See All by Abhi
MuleFlow
abhipokharna
0
64
Mule Program
abhipokharna
0
30
Filter Session 1
abhipokharna
0
24
Filters
abhipokharna
0
41
Debugging
abhipokharna
0
22
Mule First Program
abhipokharna
0
44
MEL Details Session 3
abhipokharna
0
42
MEL Basics
abhipokharna
0
34
MEL Details Session 2
abhipokharna
0
34
Other Decks in Technology
See All in Technology
後進育成のしくじり〜任せるスキルとリーダーシップの両立〜
matsu0228
7
3.3k
エンタメとAIのための3Dパラレルワールド構築(GPU UNITE 2025 特別講演)
pfn
PRO
0
190
生成AIとM5Stack / M5 Japan Tour 2025 Autumn 東京
you
PRO
0
250
from Sakichi Toyoda to Agile
kawaguti
PRO
1
110
「AI駆動PO」を考えてみる - 作る速さから価値のスループットへ:検査・適応で未来を開発 / AI-driven product owner. scrummat2025
yosuke_nagai
3
830
Developer Advocate / Community Managerなるには?
tsho
0
130
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
0
480
ニッポンの人に知ってもらいたいGISスポット
sakaik
0
120
AIAgentの限界を超え、 現場を動かすWorkflowAgentの設計と実践
miyatakoji
1
170
Vibe Coding Year in Review. From Karpathy to Real-World Agents by Niels Rolland, CEO Paatch
vcoisne
0
130
能登半島災害現場エンジニアクロストーク 【JAWS FESTA 2025 in 金沢】
ditccsugii
0
490
いまからでも遅くない!SSL/TLS証明書超入門(It's not too late to start! SSL/TLS Certificates: The Absolute Beginner's Guide)
norimuraz
0
140
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Done Done
chrislema
185
16k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Designing Experiences People Love
moore
142
24k
How to train your dragon (web standard)
notwaldorf
96
6.3k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
BBQ
matthewcrist
89
9.8k
How GitHub (no longer) Works
holman
315
140k
Mobile First: as difficult as doing things right
swwweet
224
10k
YesSQL, Process and Tooling at Scale
rocio
173
14k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
870
Transcript
Abhishek Jain
Context Objects Context Variables Access Map Data
Some Examples Relational Data Access Topic for next session Reference
• Operating System level access Server • Mule Instance which
the application is running mule • Application where flow is deployed app Message • Mule Message which the processor is processing
flowVars sessionVars recordVars Allows access of various variables. These gets
stored in form of maps
-Some Examples: #[message.payload] #[sessionVars[‘flowName’]] #[message.payload.name] #[message.inboundProperties[‘host’]]
-Raw Data -String -Input Stream -Byte Array -Structured Data -Map
-Structured Java Object -XML -JSON
CustID FirstName LastName 12345 Abhi Jain 23464 Montu Jain #[message.payload[0][‘FirstName’]]
Abhi #[message.payload.size] 2
More Insights with Examples
www.mulesoft.com Mule in Action
None