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
MuleSoft Dataweave when e otherwise
Search
Alex teles
September 09, 2016
Education
0
270
MuleSoft Dataweave when e otherwise
MuleSoft Dataweave when e otherwise
Alex teles
September 09, 2016
Tweet
Share
More Decks by Alex teles
See All by Alex teles
Mulesoft configurando conexão com banco AS400 DB2
alexteles10
0
88
Chamando um flow de dentro do Transform Message
alexteles10
0
71
MuleSoft Juntando duas ou mais Listas ordenadas
alexteles10
0
67
MuleSoft Como mockar resultado com transform mensager
alexteles10
0
39
MuleSoft mock com set payload
alexteles10
0
45
Como excluir o conector do facebook Do anyponit
alexteles10
0
66
Baixando conectores que não são nativos
alexteles10
0
57
Editor do Anypoint
alexteles10
0
41
MuleSoft Como fazer um when dentro de um when
alexteles10
0
45
Other Decks in Education
See All in Education
技術勉強会 〜 OAuth & OIDC 入門編 / 20250528 OAuth and OIDC
oidfj
5
1.2k
SARA Annual Report 2024-25
sara2023
1
180
計算情報学研究室 (数理情報学第7研究室)紹介スライド (2025)
tomonatu8
0
500
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
signer
PRO
1
2k
小さなチャレンジが生んだチームの大きな変化 -私のふりかえり探求の原点
callas1900
0
520
Sponsor the Conference | VizChitra 2025
vizchitra
0
540
バックオフィス組織にも「チームトポロジー」の考えが使えるかもしれない!!
masakiokuda
0
110
実務プログラム
takenawa
0
4.4k
Open Source Summit Japan 2025のボランティアをしませんか
kujiraitakahiro
0
690
Human-AI Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
450
Design Guidelines and Principles - Lecture 7 - Information Visualisation (4019538FNR)
signer
PRO
0
2.4k
JOAI2025講評 / joai2025-review
upura
0
150
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Building Adaptive Systems
keathley
43
2.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
940
BBQ
matthewcrist
89
9.7k
Docker and Python
trallard
44
3.4k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Bash Introduction
62gerente
614
210k
Making Projects Easy
brettharned
116
6.3k
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
Optimizing for Happiness
mojombo
379
70k
Transcript
MULESOFT
Dataweave condições
when otherwise
MOTE UM FLOW SIMPLES COM DATAWEAVE
RECEBENDO UM PAYLOAD JSON SIMPLES { "nome":"alex",
"CPF":"123123", "Idade":2 }
None
Se o nome que vir no payload for = a
alex entra aqui Se não entra nessa condição
VALORES QUE A CONDIÇÃO ACEITA And = && do
if java Or = || do if java
{ nomeX:payload.nome } when payload.nome =="alex" and
payload.idade == 12 or payload.idade == 17 otherwise { nomeX:"meluSoft" }
Obrigado chegamos ao fim