Trigger workflows based on quota notifications [VF UG]
VidiFlow supports triggering workflows based on quota notification on VidiCore storages.
For each storage in ConfigPortal, the limit for storage size or item count can be configured:
The workflow that is triggered if a quota exceeds is to be configured in the use case page “Storage Quota”:
The workflow input parameters need to have the following structure:
StorageID (type: string)
Quota (type: Json)
Sample input for Quota:
{"QuotaRuleId":"VX-31",
"ItemLimit":"10",
"ItemUsage":"1",
"StorageLimit":"100",
"StorageUsage":"50"}