<@U06RKAMK0UC> is there a way to setup different t...
# ask-ai
s
@ancient-wolf-19325 is there a way to setup different types of sensors to automatically trigger workflow runs?
j
Yes, Flyte supports sensor connectors that can automatically trigger workflow runs based on external conditions, such as the presence of a file or other events. The sensor connector enables periodic checks for a file or condition, and when the condition is met, the sensor completes, allowing the workflow to proceed. You can enable the sensor connector in your Flyte deployment by configuring the appropriate YAML settings and upgrading your deployment as described in the documentation. However, Flyte's built-in sensor connector is primarily for polling-based conditions (e.g., file existence); event-based sensors like Pub/Sub or SQS are not natively supported but can be implemented via custom plugins or external services that trigger workflows programmatically. For more details, see the Sensor connector documentation. Would you like more detail on configuring or extending sensor types in Flyte? Sources: - Sensor connector documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.