review-completed
when all the checks have finished.
topic
- the topic you want to fire an event to when the events are completedevents
- the actual events you want to be part of a wait group, with a topic & body pairing to go with themoptions
- optional properties
ttl
- a duration, in seconds, for how long to wait before auto-completing a wait group if not all events have been processedttl
has been lapsed, an event will be fired into the specified topic
attached to a wait group.
ttl
is optional, it is highly recommended one is used to prevent any incomplete flows of logic in your application.