@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
24 lines (23 loc) • 443 B
JSON
{
"Comment": "Archives a complete, stopped, or failed execution",
"version": "1.0",
"StartAt": "ArchiveExecution",
"States": {
"ArchiveExecution": {
"Type": "Task",
"Resource": "module:archiveExecution",
"Parameters": {
"executionName.$": "$.executionName"
},
"End": true
}
},
"restrictions": [
{
"roleId": "$authenticated",
"allows": [
"*"
]
}
]
}