<@U06RKAMK0UC> I see that you can <send out Cloud ...
# ask-ai
f
@ancient-wolf-19325 I see that you can send out Cloud Events from flyte, but can you recieve a cloud event to progress a workflow? For example, you kick off an AWS translation job and the workflow will wait until and s3:ObjectCreation event is received to continue?
a
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.