@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
22 lines (21 loc) • 358 B
JSON
{
"Comment": "Blueprint to get timestamp",
"version": "1.0",
"StartAt": "Timestamp",
"States": {
"Timestamp": {
"Type": "Task",
"Resource": "module:timestamp",
"ResultPath": "$.timestamp",
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}