Flow_17db3yp
Flow_17db3yp
Flow_1ded8j0
DataStoreReference_0hmtro2
travel_destinations = {
"Kyoto" : {
"elevation" :"N/A"
}
}
The process instance completed successfully.
Paris is in {{ country_of_paris }}
Rome's highlights - {{ highlights_of_rome }}
Evelation of Kyoto is {{ evelation_of_kyoto }}
Flow_1wnusx0
Flow_1ded8j0
Flow_1wnusx0
DataStoreReference_0hmtro2
Property_0lkun4p
country_of_paris = travel_destinations("Paris", "country")
highlights_of_rome = travel_destinations("Rome", "highlights")
evelation_of_kyoto = travel_destinations("Kyoto", "elevation")