BCDocumentWorkflowExtenderGetDefaultManagers Method |
Resolves workflow managers.
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 void GetDefaultManagers(
BCWorkflowTransition transition,
out string[] initialManagerUserNames,
out string[] possibleManagerUserNames
)
Public Sub GetDefaultManagers (
transition As BCWorkflowTransition,
<OutAttribute> ByRef initialManagerUserNames As String(),
<OutAttribute> ByRef possibleManagerUserNames As String()
)
Parameters
- transition
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowTransition
The workflow transition.
If then the current workflow definition will be used to resolve managers.
- initialManagerUserNames
- Type: SystemString
An array of user names of initial managers. - possibleManagerUserNames
- Type: SystemString
An array of user names of possible managers.
Remarks
This method is applicable for the Document Type Workflow.
See Also