UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

25 lines (24 loc) 439 B
{ "Comment": "Blueprint to get integer config variable", "version": "1.0", "StartAt": "Config", "States": { "Config": { "Type": "Task", "Resource": "module:configSetting", "ResourceConfig": { "setting": "values.integer" }, "ResultPath": "$.setting", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }