Click or drag to resize

PFItemWorkflow_ResolveTransitionConflict Method

If multiple transitions are possible; the conflict must be resolved. By default, takes top most transition based on Transition Priority and then on participation count.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected virtual Transition Workflow_ResolveTransitionConflict(
	Dictionary<Transition, int> decisionsByTransition
)

Parameters

decisionsByTransition
Type: System.Collections.GenericDictionaryTransition, Int32
Key is a possible transition. Value is the participation count for this transition.

Return Value

Type: Transition
The chosen transition.
See Also