BCDocumentWorkflowExtenderGetEquivalentTransition Method |
Returns an transition which is equivalent to the specified workflow transition.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCWorkflowTransition GetEquivalentTransition(
string workflowDefID,
string transitionID,
WorkflowTransitionEquivalenceKind equivalenceType,
string equivalenceData
)
Public Function GetEquivalentTransition (
workflowDefID As String,
transitionID As String,
equivalenceType As WorkflowTransitionEquivalenceKind,
equivalenceData As String
) As BCWorkflowTransition
Parameters
- workflowDefID
- Type: SystemString
A value that uniquely identifies the workflow.
- transitionID
- Type: SystemString
A value that uniquely identifies the transition.
- equivalenceType
- Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowTransitionEquivalenceKind
A value that defines how the equivalent transition is determined.
- equivalenceData
- Type: SystemString
A value that is used for equality comparison: a value that uniquely identifies the workflow state or
value of the equivalence tag.
Return Value
Type:
BCWorkflowTransitionThe transition which is equivalent to the specified workflow transition.
Remarks
This method is applicable for the Document Type Workflow.
See Also