The 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 of Waiter objects describing workflows that are waiting on the given event.
Show propertiesHide properties
URL to call upon notify
Unix timestamp for when the wait will time out
Headers sent in case of notify
URL to call upon timeout
Body used in timeout request
Headers sent in case of time out