UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

21 lines (20 loc) 314 B
{ "Comment": "sets client meta data", "version": "1.0", "StartAt": "Set", "States": { "Set": { "Type": "Task", "Resource": "module:setClientMetaData", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }