@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
25 lines (24 loc) • 437 B
JSON
{
"Comment": "Blueprint to get string config variable",
"version": "1.0",
"StartAt": "Config",
"States": {
"Config": {
"Type": "Task",
"Resource": "module:configSetting",
"ResourceConfig": {
"setting": "values.string"
},
"ResultPath": "$.setting",
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}