@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
22 lines • 404 B
JSON
{
"Comment": "A wrapper around 'A day in the life of a cat'",
"StartAt": "Start",
"States": {
"Start": {
"Type": "Task",
"Resource": "module:runStateMachine",
"ResourceConfig": {
"stateMachine": "tymlyTest_aDayInTheLife"
},
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}