UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

20 lines (19 loc) 326 B
{ "Comment": "Testing the run function state resource", "StartAt": "RunFunction", "States": { "RunFunction": { "Type": "Task", "Resource": "function:helloWorldFunction", "End": true } }, "restrictions": [ { "roleId": "$everyone", "allows": [ "*" ] } ] }