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), ...]]Specifies the execution phase or phases during which the notification should trigger, requiring at least one supported ActionPhase value.

Constructor

Signature

def Notification() - > null