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
Kubernetesにおける推論基盤
ry
1
320
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
110
GitLab Duo Agent Platform + Local LLMサービングで幸せになりたい
jyoshise
0
290
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
630
銀行の内製開発にて2つのプロダクトを1つのチームでスクラムしてみてる話
koba1210
1
110
楽しく学ぼう!コミュニティ入門 AWSと人が つむいできたストーリー
hiroramos4
PRO
1
190
元エンジニアPdM、IDEが恋しすぎてCursorに全業務を集約したら、スライド作成まで爆速になった話
doiko123
1
600
AWS DevOps Agent vs SRE俺 / AWS DevOps Agent vs me, the SRE
sms_tech
3
560
IBM Bobを使って、PostgreSQLのToDoアプリをDb2へ変換してみよう/202603_Dojo_Bob
mayumihirano
1
320
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
160
OSC仙台プレ勉強会 AlmaLinuxとは
koedoyoshida
0
130
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
500
Featured
See All Featured
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
480
The Invisible Side of Design
smashingmag
302
51k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
It's Worth the Effort
3n
188
29k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
KATA
mclloyd
PRO
35
15k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
How STYLIGHT went responsive
nonsquared
100
6k
Building the Perfect Custom Keyboard
takai
2
710
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
380
Design in an AI World
tapps
0
170
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