Skip to main content

Trigger

Description

A Trigger is a generic condition for an event to happen for a Dynamic xApp.


Name field of tag name

Name of the trigger, should be unique within the list of triggers.

Kind: string
Tag: name
Data Type: string
Maximum Length: 31
Minimum Length: 1
Optional: False
Regular Expression: [a-zA-Z0-9-]+


Statement field of tag statement

Statement is the condition that should be evaluated to determine if the trigger is true or false. They should be logical expressions. TODO: Define the syntax of the expressions.

Kind: string
Tag: statement
Data Type: string
Maximum Length: 1023
Minimum Length: 1
Optional: False