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:
![](../../__attachments/2407694431/image-20220503-084604.png?inst-v=58d57d93-2929-491e-baf3-44d05db95cd6)
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”:
![](../../__attachments/2407694431/image-20220503-085107.png?inst-v=58d57d93-2929-491e-baf3-44d05db95cd6)
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"}