Trigger workflows based on quota notifications

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:

image-20220503-084604.png
Configuration of quota rules in ConfigPortal

The workflow that is triggered if a quota exceeds is to be configured in the use case page “Storage Quota”:

image-20220503-085107.png
Workflow selection for quota notifications

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"}