Skip to content

Commit 06afbec

Browse files
authored
feat(trigger): add Cancelled field to TriggerInvokeEventResponse for enhanced request handling (#496)
1 parent 4589841 commit 06afbec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/entities/requests/trigger.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ type TriggerRefreshRequest struct {
4545
// Response types - matching Python SDK protocol exactly
4646
type TriggerInvokeEventResponse struct {
4747
Variables map[string]any `json:"variables"`
48+
Cancelled bool `json:"cancelled" validate:"omitempty"`
4849
}
4950

5051
type TriggerValidateProviderCredentialsResponse struct {

0 commit comments

Comments
 (0)