We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414f099 commit 0dd785eCopy full SHA for 0dd785e
backend/windmill-api/src/gcp_triggers_oss.rs
@@ -160,6 +160,8 @@ pub struct GcpTrigger {
160
pub error_handler_args: Option<SqlxJson<HashMap<String, Box<RawValue>>>>,
161
#[serde(skip_serializing_if = "Option::is_none")]
162
pub retry: Option<SqlxJson<windmill_common::flows::Retry>>,
163
+ #[serde(skip_serializing_if = "Option::is_none")]
164
+ pub auto_acknowledge_msg: Option<bool>,
165
}
166
#[cfg(not(feature = "private"))]
167
impl TriggerJobArgs<String> for GcpTrigger {
0 commit comments