I see one of the workflows examples

I see one of the workflows examples shows waiting for a web hook event. How would you deal with the scenario of a web hook being received before the workflow begins waiting for it? Are events queued up in any way?
1 Reply
johtso
johtsoOP4w ago
If you send an event to a workflow that isn't listening for that event does it just get silently discarded? So even if I put a queue in front of it there's no way to know if the messages can be ACKed Maybe I'm supposed to spam the workflow with all possibly relevant events repeatedly until completion?

Did you find this page helpful?