@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
27 lines (24 loc) • 417 B
JSON
{
"Comment": "Do some basic CRUD things.",
"StartWith": "Upserting",
"States": {
"Upserting": {
"Type": "Task",
"Resource": "module:upserting",
"Next": "Finding"
},
"Finding": {
"Type": "Task",
"Resource": "module:findingById",
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}