Skip to main content
Skip table of contents

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:

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”:

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:

CODE
{"QuotaRuleId":"VX-31",
"ItemLimit":"10",
"ItemUsage":"1",
"StorageLimit":"100",
"StorageUsage":"50"}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.