UNPKG

@wmfs/tymly-cardscript-plugin

Version:

Plugin which handles interactions to do with Cardscript

21 lines 403 B
{ "Comment": "State machine to apply create a notification for a user.", "version": "1.0", "StartAt": "CreateNotification", "States": { "CreateNotification": { "Type": "Task", "Resource": "module:createNotification", "InputPath": "$", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }