appccelerate / statemachine

A .net library that lets you build state machines (hierarchical, async with fluent definition syntax and reporting capabilities).
Apache License 2.0
481 stars 128 forks source link

Get Transitions for the current State #83

Open patrickcbrown opened 1 year ago

patrickcbrown commented 1 year ago

Hi

I am hunting for a nice way to get the Transitions for the current state, is there a nice way to do this currently?

Appreciate your thoughts on this Patrick