TheDocumentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
getWaiters method retrieves all waiters that are currently listening for a given event.
A waiter represents a workflow run that is paused at a context.waitForEvent step and is waiting for the specified eventId.
Arguments
The identifier of the event to look up.
Response
Returns a list ofWaiter objects describing workflows that are waiting on the given event.