Google Forms · Arazzo Workflow
Google Forms Renew an Expiring Watch
Version 1.0.0
List a form's watches and renew the existing one, or create a replacement when none survives.
View Spec
View on GitHub
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveysArazzoWorkflows
Provider
Workflows
renew-expiring-watch
Keep a form's response watch alive across its seven-day expiry.
Reads the current watches on the form, renews the first one if it exists, and otherwise creates a fresh watch so notification delivery resumes.
1
listCurrentWatches
listWatches
List the watches this project owns on the form. An empty list means the previous watch already expired and was dropped by the service.
2
renewExisting
renewWatch
Renew the existing watch for seven days from now. This preserves the watch id, so no downstream subscriber configuration has to change.
3
createReplacement
createWatch
Create a replacement watch against the same Pub/Sub topic when no watch survived. The new watch carries a new id.