Packages

Domain specific language based on Google Cloud Workflows

Current section

Files

Jump to
workflow_dsl examples workflow4.json
Raw

examples/workflow4.json

[
{
"update_map": {
"assign": [
{
"my_map": {
"Key1": "hello"
}
},
{
"key_str": "Key"
},
{
"my_map.Key1": "Value1"
},
{
"my_map[\"Key2\"]": "Value2"
},
{
"my_map[key_str + \"3\"]": "Value3"
}
]
}
}
]