@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
22 lines (21 loc) • 354 B
JSON
{
"Comment": "State machine to allow a user.",
"version": "1.0",
"StartAt": "WatchBoard",
"States": {
"WatchBoard": {
"Type": "Task",
"Resource": "module:watchBoard",
"InputPath": "$",
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}