stitchers.triggers table

The stitchers.triggers table contains an extraction of the criteria that determine the trigger for the stitcher.

Table 1. stitchers.triggers database table schema

Column name

Constraints

Data type

Description

m_Name
  • PRIMARY KEY
  • NOT NULL
  • UNIQUE

Text

Name of the stitcher.

m_Type

Integer

The type of stitcher trigger:
  • 0: Undefined
  • 1: On the completion of some other activity; for example, another stitcher or a discovery phase
  • 2: On a table insert
  • 3: On demand
  • 4: On a timer
m_Trigger

Externally defined ruleTrigger data type

Object

Description of the stitcher trigger.