massenz / go-statemachine

A basic implementation of a Finite State Machine in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate output events queue from errors queue

YulyTenorio opened this issue · comments

commented

When enabling "events" outbound mode, allow for having those go into a separate queue than the "notifications" one, which can then be dedicated to errors/bad transitions. This is useful so that one can alert on any messages in that queue.