UD_PIPELINE
Description
This table stores pipeline definitions including audience, trigger, and message configurations.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the pipeline. |
| NAME | VARCHAR(255) | The name of the pipeline. |
| DESCRIPTION | TEXT | The description of the pipeline. |
| FOLDER_ID | BIGINT | The folder ID where the pipeline is stored. |
| DRAFT_STATE | VARCHAR(50) | The current draft state of the pipeline. |
| AUDIENCE_CHART_CONFIG_JSON | longtext | JSON configuration for the audience chart. |
| AUDIENCE_CONDITION_CONFIG_JSON | longtext | JSON configuration for audience conditions. |
| TRIGGER_CONDITION_CONFIG_JSON | longtext | JSON configuration for trigger conditions. |
| MESSAGES_CONFIG_JSON | longtext | JSON configuration for messages. |
| SCHEDULE_CONFIG_JSON | longtext | JSON configuration for scheduling. |
| CONTACT_POLICIES_CONFIG_JSON | longtext | JSON configuration for contact policies. |
| START_DATE_TIME | DATETIME | The start date and time for the pipeline. |
| END_DATE_TIME | DATETIME | The end date and time for the pipeline. |
| DEPLOYED | BIT | Indicates if the pipeline is deployed. |
| CREATED_DATE | DATETIME | The date and time when the record was created. |
| CREATED_BY | BIGINT | The user ID who created the record. |
| UPDATED_DATE | DATETIME | The date and time when the record was last updated. |
| UPDATED_BY | BIGINT | The user ID who last updated the record. |