| BCDocumentWorkflowExtenderGetEquivalentTransition Method |
Returns an transition which is equivalent to the specified workflow transition.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic 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
public:
BCWorkflowTransition^ GetEquivalentTransition(
String^ workflowDefID,
String^ transitionID,
WorkflowTransitionEquivalenceKind equivalenceType,
String^ equivalenceData
)
member GetEquivalentTransition :
workflowDefID : string *
transitionID : string *
equivalenceType : WorkflowTransitionEquivalenceKind *
equivalenceData : string -> 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