Flyte does not natively support receiving Cloud Events to progress a workflow. However, you can achieve similar functionality using sensors or custom plugins. For instance, you can use a file sensor to trigger workflows based on events like an S3 object creation.
According to
this discussion, you can use a file sensor to trigger workflows when a new file is uploaded to an S3 bucket. Additionally, you can create custom sensors to listen to specific events like SQS messages or Pub/Sub notifications, as mentioned
here.
Would you like more details on setting up sensors or custom plugins for this purpose?
Sources:
-
Flyte Discussion on Event-Driven Triggers
-
Flyte Discussion on Custom Sensors 👍 0 button 👎 0 button 💡
Hint: Mention @runllm in the thread for followups.