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.111.0)
Syntax public enum WorkflowTransitionEquivalenceKind
Public Enumeration WorkflowTransitionEquivalenceKind
Members
| Member name | Value | Description |
---|
| WFTRANSEQ_NEVER | 0 |
No other transitions are equivalent.
|
| WFTRANSEQ_TARGET_STATE | 1 |
Equivalent with transitions with the same target state.
|
| WFTRANSEQ_SAME_EQ_TAG | 2 |
Equivalent with transition with the same equivalence tag.
|
| WFTRANSEQ_SOURCE_STATE | 3 |
Equivalent with transitions with the same source state.
|
Remarks
This enumeration overrides WORKFLOW_TRANSITION_EQUIVALENCE
defined in BlueCieloECM.AMEdm PIA.
See Also