@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
23 lines (22 loc) • 394 B
JSON
{
"Comment": "Testing the run function state resource",
"StartAt": "RunFunction",
"States": {
"RunFunction": {
"Type": "Task",
"Resource": "module:runFunction",
"ResourceConfig": {
"functionName": "unknownFunction"
},
"End": true
}
},
"restrictions": [
{
"roleId": "$everyone",
"allows": [
"*"
]
}
]
}