@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
21 lines • 391 B
JSON
{
"Comment": "Get the history of state machines the user has accessed.",
"version": "1.0",
"StartAt": "GetUserHistory",
"States": {
"GetUserHistory": {
"Type": "Task",
"Resource": "module:getUserHistory",
"InputPath": "$",
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}