ServerTrigger Data Type

Properties
name data type constraints description
triggerExpression string  
signalsInExpression array of string  
id number required int
label string  

Example

{
  "triggerExpression" : "...",
  "signalsInExpression" : [ "...", "..." ],
  "id" : 12345,
  "label" : "..."
}