Provide a way to get the current state from a State Machine (persisted or in memory)
An API should be provided which allows code to query the current state of the state machine from an instance store or from an in-memory instance. (from CodePlex Discussion)
12
votes