Notification
Base notification class. All notification types must specify phases when they should trigger.
Attributes
| Attribute | Type | Description |
|---|---|---|
| on_phase | Union[[ActionPhase](../../models/actionphase.md?sid=flyte_models_actionphase), Tuple[[ActionPhase](../../models/actionphase.md?sid=flyte_models_actionphase), ...]] | The phase or phases when the notification should trigger; it must be one or more of the supported ActionPhase values. |