2.5.1
ConditionWebhook
Package: flyte
Webhook configuration for a condition notification.
When specified, the backend will POST to the given URL when the condition is created.
The payload dict may contain the template variable {callback_uri} in any
string value — the backend replaces it with the actual URI that can be used to
signal the condition.
Parameters
class ConditionWebhook(
url: str,
payload: typing.Optional[typing.Dict[str, typing.Any]],
)| Parameter | Type | Description |
|---|---|---|
url |
str |
|
payload |
typing.Optional[typing.Dict[str, typing.Any]] |