You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 representativeSensor
type parameters likeeventSourceName
andeventName
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.
The text was updated successfully, but these errors were encountered: