@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
28 lines (27 loc) • 459 B
JSON
{
"Comment": "Search cats",
"StartAt": "Search",
"version": "1.0",
"States": {
"Search": {
"Type": "Task",
"Resource": "module:storageSearch",
"ResourceConfig": {
"modelId": "cat",
"filter": {
"fields": ["name", "size"]
}
},
"ResultPath": "$",
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}