A strategy for calculating the target state of a transition. This facilitates
dynamic transition target state resolution that takes into account runtime
contextual information.
author: Keith Donald
Resolve the target state of the transition from the source state in the
current request context. Should never return null.
Parameters: transition - the transition Parameters: sourceState - the source state of the transition, could be null Parameters: context - the current request context the transition's target state