UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

23 lines (22 loc) 395 B
{ "Comment": "Testing the run function state resource", "StartAt": "RunFunction", "States": { "RunFunction": { "Type": "Task", "Resource": "module:runFunction", "ResourceConfig": { "functionName": "callbackFunction" }, "End": true } }, "restrictions": [ { "roleId": "$everyone", "allows": [ "*" ] } ] }