Click or drag to resize
WorkflowTransitionEquivalenceKind Enumeration
Defines a workflow transition equivalence option.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.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