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
31
MEL session 1
MEL session 1
Abhi
July 01, 2015
Tweet
Share
More Decks by Abhi
See All by Abhi
MuleFlow
abhipokharna
0
66
Mule Program
abhipokharna
0
32
Filter Session 1
abhipokharna
0
26
Filters
abhipokharna
0
44
Debugging
abhipokharna
0
24
Mule First Program
abhipokharna
0
49
MEL Details Session 3
abhipokharna
0
44
MEL Basics
abhipokharna
0
36
MEL Details Session 2
abhipokharna
0
37
Other Decks in Technology
See All in Technology
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
us-east-1 に障害が起きた時に、 ap-northeast-1 にどんな影響があるか 説明できるようになろう!
miu_crescent
PRO
13
4.2k
OpenClawで回す組織運営
jacopen
3
690
事例に見るスマートファクトリーへの道筋〜工場データをAI Readyにする実践ステップ〜
hamadakoji
1
300
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
300
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
870
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.2k
作りっぱなしで終わらせない! 価値を出し続ける AI エージェントのための「信頼性」設計 / Designing Reliability for AI Agents that Deliver Continuous Value
aoto
PRO
2
280
AI は "道具" から "同僚" へ 自律型 AI エージェントの最前線と、AI 時代の人材の在り方 / Colleague in the AI Era - Autonomous AI Seminar 2026 at Niigata
gawa
0
160
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
380
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
550
Claude Codeが爆速進化してプラグイン追従がつらいので半自動化した話 ver.2
rfdnxbro
0
520
Featured
See All Featured
Designing for humans not robots
tammielis
254
26k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Prompt Engineering for Job Search
mfonobong
0
180
Paper Plane (Part 1)
katiecoart
PRO
0
5.5k
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
170
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
950
Building the Perfect Custom Keyboard
takai
2
710
Are puppies a ranking factor?
jonoalderson
1
3.1k
Agile that works and the tools we love
rasmusluckow
331
21k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
310
Making the Leap to Tech Lead
cromwellryan
135
9.8k
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