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