Files
questions/aggregates.yaml
T

13 lines
418 B
YAML
Raw Normal View History

# Contact-form submissions. Read them with the review desk once auth
# is wired on this instance, or `nats kv ls westra_inquiries` until
# then.
aggregates:
- bucket: westra_inquiries
attended_by: Jørn, via nats kv on kasse until the review desk gets auth on this instance
initial: open
states:
open: { event: received }
answered: { event: answered }
transitions:
open: [answered]