@wmfs/tymly-rankings-plugin
Version:
Plugin which handles ranking of data for Tymly framework
22 lines (21 loc) • 392 B
JSON
{
"Comment": "State machine to test refresh risk score state resource",
"version": "1.0",
"StartAt": "RefreshRiskScore",
"States": {
"RefreshRiskScore": {
"Type": "Task",
"Resource": "module:refreshRiskScore",
"InputPath": "$",
"End": true
}
},
"restrictions": [
{
"roleId": "$everyone",
"allows": [
"*"
]
}
]
}