@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
23 lines (22 loc) • 386 B
JSON
{
"Comment": "A wrapper around 'just fail'",
"StartAt": "Start",
"States": {
"Start": {
"Type": "Task",
"Resource": "module:launchStateMachine",
"ResourceConfig": {
"stateMachine": "tymlyTest_justFail"
},
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}