@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
21 lines • 415 B
JSON
{
"Comment": "State machine to get a list of boards that the user is currently watching.",
"version": "1.0",
"StartAt": "GetWatchedBoards",
"States": {
"GetWatchedBoards": {
"Type": "Task",
"Resource": "module:getWatchedBoards",
"InputPath": "$",
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}