UNPKG

@wmfs/tymly-rankings-plugin

Version:

Plugin which handles ranking of data for Tymly framework

20 lines 331 B
{ "Comment": "State machine to refresh all rankings.", "version": "1.0", "StartAt": "Refresh", "States": { "Refresh": { "Type": "Task", "Resource": "module:refreshAll", "End": true } }, "restrictions": [ { "roleId": "$authenticated", "allows": [ "*" ] } ] }