@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
21 lines (20 loc) • 384 B
JSON
{
"Comment": "Gathers information about active and recently completed long running tasks",
"version": "1.0",
"StartAt": "FindActive",
"States": {
"FindActive": {
"Type": "Task",
"Resource": "module:listLongRunningTasks",
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}