Defines a workflow transition equivalence option.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public enum WorkflowTransitionEquivalenceKind
Visual Basic
Public Enumeration WorkflowTransitionEquivalenceKind
Visual C++
public enum class WorkflowTransitionEquivalenceKind

Members

Member nameValueDescription
WFTRANSEQ_NEVER0 No other transitions are equivalent.
WFTRANSEQ_TARGET_STATE1 Equivalent with transitions with the same target state.
WFTRANSEQ_SAME_EQ_TAG2 Equivalent with transition with the same equivalence tag.
WFTRANSEQ_SOURCE_STATE3 Equivalent with transitions with the same source state.

Remarks

This enumeration overrides WORKFLOW_TRANSITION_EQUIVALENCE defined in BlueCieloECM.AMEdm PIA.

See Also