UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

26 lines (25 loc) 447 B
{ "StartAt": "FlagParent", "States": { "FlagParent": { "Type": "Task", "Resource": "module:sendTaskSuccess", "ResourceConfig": { "relaxed": true }, "Parameters": { "executionName.$": "$.launcher.executionName", "result.$": "$.timestamp" }, "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }