UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

22 lines 382 B
{ "Comment": "A wrapper around 'just fail'", "StartAt": "Start", "States": { "Start": { "Type": "Task", "Resource": "module:runStateMachine", "ResourceConfig": { "stateMachine": "tymlyTest_justFail" }, "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }