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.