UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

25 lines (24 loc) 418 B
{ "Comment": "Blueprint to get timestamp", "version": "1.0", "StartAt": "Timestamp", "States": { "Timestamp": { "Type": "Task", "Resource": "module:timestamp", "ResourceConfig": { "query": "$YEAR" }, "ResultPath": "$.timestamp", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }