Skip to main content

Notification

Base notification class. All notification types must specify phases when they should trigger.

Attributes

AttributeTypeDescription
on_phaseUnion[[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.