UNPKG

@wmfs/tymly-rankings-plugin

Version:

Plugin which handles ranking of data for Tymly framework

22 lines (21 loc) 383 B
{ "Comment": "State machine to test refresh-ranking state resource", "version": "1.0", "StartAt": "RefreshRanking", "States": { "RefreshRanking": { "Type": "Task", "Resource": "module:refreshRanking", "InputPath": "$", "End": true } }, "restrictions": [ { "roleId": "$everyone", "allows": [ "*" ] } ] }