UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

22 lines (21 loc) 386 B
{ "Comment": "State machine to remove todos for a user.", "version": "1.0", "StartAt": "RemoveTodoEntries", "States": { "RemoveTodoEntries": { "Type": "Task", "Resource": "module:removeTodoEntries", "InputPath": "$", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }