sclasen / swfsm

[golang] simple workflow finite state machines
MIT License
53 stars 14 forks source link

correlator: track intra decision task state transitions #185

Open sclasen opened 8 years ago

sclasen commented 8 years ago

add a Transitions: []string field to Correlator, and have the fsm machinery append state names to it as Outcomes where a transition occur happen. For visibility into what happened 'inside' the decision task.

Clear from correlator at the begining of each task.