UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

21 lines 418 B
{ "Comment": "State machine to acknowledge notifications of a user.", "version": "1.0", "StartAt": "AcknowledgeNotifications", "States": { "AcknowledgeNotifications": { "Type": "Task", "Resource": "module:acknowledgeNotifications", "InputPath": "$", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }