Click or drag to resize

TransitionConditionMinCountImmediate Property

Gets or sets the minimum participation level. The nature of this level is determined by the MinCountImmediateType property. If enough tasks have been accomplished and are choosing this as outbound transition, the transition will be taken even if the state's minimum participation has not been reached yet.

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 MinCountImmediate { get; set; }

Property Value

Type: Int32
See Also