UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

24 lines 458 B
{ "Comment": "Test blueprint to set reg keys", "version": "1.0", "StartAt": "SetRegistryKey", "States": { "SetRegistryKey": { "Type": "Task", "Resource": "module:setConfiguredRegistryKey", "InputPath": "$.value", "ResourceConfig": { "key": "tymlyTest_anotherTestKey" }, "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }