UiPath Documentation
integration-service
latest
false
UiPath logo, featuring letters U and I in white

Integration Service user guide

Last updated Apr 27, 2026

Snowflake events

The Snowflake connector supports the following predefined events:

  • Asynchronous Query Status Changed

The Snowflake connector also supports the following standard events on various objects:

  • Record Created
  • Record Updated

For the Record Created and Record Updated triggers to run successfully, you must execute the following query on the tables you are monitoring for events: ALTER TABLE [TABLE_NAME] SET CHANGE_TRACKING = TRUE;. Additionally, make sure you have the required permissions configured in Snowflake.

All events are automatically accessible under the Wait for an Event and Resume activity for your long-running workflows. For details, refer to Long-running workflows with Integration Service activities.

Event polling is performed every five minutes, by default. The polling interval is configurable. For details, refer to the Triggers documentation.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated