Hello folks :wave: I know that you can set a Senso...
# flyte-support
f
Hello folks 👋 I know that you can set a Sensor to poll for an S3 or SQS, but can Flyte accept a CloudEvent which would trigger a workflow or progress a workflow task? Being able to send a CloudEvent via HTTP ingress to Flyte to do this would be great (if we can’t do it, any idea what is involved?)
g
are you looking for something like internal webhook? send a http request to Flyte to trigger a workflow.
f
Originally I was looking for a way to progress a workflow task from an external input e.g AWS Translate job finished or S3 file created. I found both the Sensor docs and the CloudEvents docs. I wondered if Flyte emits CloudEvents then do we respond to them. We could use the sensor to poll the result for an S3 file, but we thought it would be more efficient to respond to an event than to poll. Really I think we would need to split the workflows up and have e.g AWS fire a HTTP to create a workflow.