WorkflowTransitionEquivalenceKind EnumerationMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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.53.0)
Syntax

public enum 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