Skip to content

Possible to configure @trigger for external Argo Events source? #2361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
milesgranger opened this issue Mar 26, 2025 · 0 comments
Open

Possible to configure @trigger for external Argo Events source? #2361

milesgranger opened this issue Mar 26, 2025 · 0 comments

Comments

@milesgranger
Copy link

milesgranger commented Mar 26, 2025

I have Minio and setup an EventSource on it. For this, we can view their existing example as an equivalent.

I cannot see an obvious way to hook the trigger decorator into that event source. I was hoping it may take some representative Sensor type parameters like eventSourceName and eventName to trigger the flow, in which case parameters would just be piped in from that event.


Workaround

I suppose one can setup a webhook to basically act as a middleman to call ArgoEvent mechanics, but that's slightly awkward when it seems like it ought to be possible, either presently or without much code adjustments, to directly link the two.

Apologies if I've missed anything obvious here. Happy to dedicate time time to a PR if this isn't presently supported but open to add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant