1
Vote

StateMachineStateTracker should throw if more than one tracked

description

Most of the time Workflows have only one state machine. There are several properties which make it possible to read values of the currently tracked state machine. Previously if there was more than one tracked state machine these properties returned null.
 
The correct behavior is to throw an InvalidOperationException when more than one state machine is tracked.

comments