UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

22 lines (21 loc) 360 B
{ "StartAt": "Start", "States": { "Start": { "Type": "Task", "Resource": "module:launchStateMachine", "ResourceConfig": { "stateMachine": "tymlyTest_returnExecutionNameOfParent" }, "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }