Click or drag to resize

StateMinParticipationLevel Property

Gets or sets the minimum participation level. The nature of this level is determined by the MinParticipationLevelType property. The state instance of an item cannot be closed as long as the minimum participation has not been reached, this means that enough tasks must have been accomplished before the workflow can proceed to the next step.

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

Property Value

Type: Int32
See Also