getAvailableTransitions
Returns all transitions that are valid for the given state.
A transition is considered valid if its 'from' states include the current state.
Return
Set of valid transitions for the given state
Parameters
state
The current state to check transitions for