UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

18 lines 256 B
{ "StartAt": "JustFail", "States": { "JustFail": { "Type": "Task", "Resource": "module:justFail", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }