@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
24 lines • 460 B
JSON
{
"Comment": "Test blueprint to get reg keys",
"version": "1.0",
"StartAt": "GetRegistryKey",
"States": {
"GetRegistryKey": {
"Type": "Task",
"Resource": "module:getConfiguredRegistryKey",
"ResourceConfig": {
"key": "tymlyTest_anotherTestKey"
},
"ResultPath": "$.result",
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}