Click or drag to resize

TransitionConditionMinCount Property

Gets or sets the minimum participation level. The nature of this level is determined by the MinCountType property. The transition cannot be taken if its minimal participation hasn't been reached, this means that enough tasks (choosing this as outbound transition) must have been accomplished to consider taking this transition.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public int MinCount { get; set; }

Property Value

Type: Int32
See Also